1

parent 200e3a08
......@@ -37,7 +37,7 @@ onMounted(() => {
const test2 = () => {
xma.navigateTo({
url: '/page/index/index',
url: '/pages/shop/shop',
});
};
function toUIComponentsDoc() {
......
<template>
<view class="container" @tap="aa">
<view class="container">
<view class="top">
<Search>
<image class="food" src="../../static/food.png" mode="aspectFit|aspectFill|widthFix" />
......@@ -25,11 +25,6 @@ function toUIComponentsDoc() {
function onHandleClick() {
addCount();
}
function aa() {
xma.navigateTo({
url: '/pages/shop/shop',
});
}
</script>
<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