Commit cbc02621 authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents 57bef861 e020eb5c
...@@ -37,7 +37,7 @@ onMounted(() => { ...@@ -37,7 +37,7 @@ onMounted(() => {
const test2 = () => { const test2 = () => {
xma.navigateTo({ xma.navigateTo({
url: '/page/index/index', url: '/pages/shop/shop',
}); });
}; };
function toUIComponentsDoc() { function toUIComponentsDoc() {
......
<template> <template>
<view class="container" @tap="aa"> <view class="container">
<view class="top"> <view class="top">
<Search> <Search>
<image class="food" src="../../static/food.png" mode="aspectFit|aspectFill|widthFix" /> <image class="food" src="../../static/food.png" mode="aspectFit|aspectFill|widthFix" />
</Search> </Search>
<view></view>
</view> </view>
</view> </view>
</template> </template>
...@@ -24,11 +25,6 @@ function toUIComponentsDoc() { ...@@ -24,11 +25,6 @@ function toUIComponentsDoc() {
function onHandleClick() { function onHandleClick() {
addCount(); addCount();
} }
function aa() {
xma.navigateTo({
url: '/pages/shop/shop',
});
}
</script> </script>
<style lang="scss"> <style lang="scss">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment