我的订单
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
"mp-weixin" : {
|
"mp-weixin" : {
|
||||||
"launchtype" : "local"
|
"launchtype" : "local"
|
||||||
},
|
},
|
||||||
|
"provider" : "aliyun",
|
||||||
"type" : "uniCloud"
|
"type" : "uniCloud"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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": "吴门医述"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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": "吴门医述"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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')">
|
||||||
|
|||||||
Reference in New Issue
Block a user