我的订单

This commit is contained in:
zy
2024-03-26 16:48:06 +08:00
parent cc1447640e
commit db360cbefb
5 changed files with 6 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
"mp-weixin" : { "mp-weixin" : {
"launchtype" : "local" "launchtype" : "local"
}, },
"provider" : "aliyun",
"type" : "uniCloud" "type" : "uniCloud"
}, },
{ {

View File

@@ -46,7 +46,7 @@
text: '首页' text: '首页'
},{ },{
"pagePath": "pages/medicaldes/medicaldes", "pagePath": "pages/medicaldes/medicaldes",
"iconPath": "static/icon/five5.png", "iconPath": "static/icon/five5_n.png",
"selectedIconPath": "static/icon/five5.png", "selectedIconPath": "static/icon/five5.png",
"text": "吴门医述" "text": "吴门医述"
}, },

View File

@@ -12,8 +12,8 @@
"src" : "图片路径" "src" : "图片路径"
} }
], ],
"versionName" : "1.2.42", "versionName" : "1.2.43",
"versionCode" : 1242, "versionCode" : 1243,
"app-plus" : { "app-plus" : {
"compatible" : { "compatible" : {
"ignoreVersion" : true "ignoreVersion" : true

View File

@@ -639,7 +639,7 @@
// }, // },
{ {
"pagePath": "pages/medicaldes/medicaldes", "pagePath": "pages/medicaldes/medicaldes",
"iconPath": "static/icon/five5.png", "iconPath": "static/icon/five5_n.png",
"selectedIconPath": "static/icon/five5.png", "selectedIconPath": "static/icon/five5.png",
"text": "吴门医述" "text": "吴门医述"
}, },

View File

@@ -74,7 +74,7 @@
</view> </view>
<view class="xiugai"> <view class="xiugai">
<view class="nav_list" @click="switchTab('../bookShop/orderList')"> <view class="nav_list" @click="onPageJump('../bookShop/orderList')">
<text>我的订单</text> <text>我的订单</text>
</view> </view>
<!-- <view class="nav_list" @click="onPageJump('../clock/clockList')"> <!-- <view class="nav_list" @click="onPageJump('../clock/clockList')">