1

parent 200e3a08
...@@ -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" />
...@@ -25,11 +25,6 @@ function toUIComponentsDoc() { ...@@ -25,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