吴门医述放底栏,绑定手机号-点击确认时没提示修改成功

This commit is contained in:
liqianyouyou
2024-02-27 22:20:18 +08:00
parent 059c5b029f
commit 804d40335d
5 changed files with 45 additions and 24 deletions

View File

@@ -57,12 +57,18 @@
// selectedIconPath: 'static/tab/icon3_y.png',
// text: '我的书架'
// },
{
pagePath: 'pages/bookShop/orderList',
iconPath: 'static/tab/icon2_n.png',
selectedIconPath: 'static/tab/icon2_y.png',
text: '我的订单'
// {
// pagePath: 'pages/bookShop/orderList',
// iconPath: 'static/tab/icon2_n.png',
// selectedIconPath: 'static/tab/icon2_y.png',
// text: '我的订单'
// },
{
"pagePath": "pages/medicaldes/medicaldes",
"iconPath": "static/icon/five5.png",
"selectedIconPath": "static/icon/five5.png",
"text": "吴门医述"
},
{
pagePath: 'pages/peanut/mine',
@@ -77,12 +83,18 @@
selectedIconPath: 'static/tab/icon1_y.png',
text: '首页'
},
{
pagePath: 'pages/bookShop/orderList',
iconPath: 'static/tab/icon2_n.png',
selectedIconPath: 'static/tab/icon2_y.png',
text: '我的订单'
// {
// pagePath: 'pages/bookShop/orderList',
// iconPath: 'static/tab/icon2_n.png',
// selectedIconPath: 'static/tab/icon2_y.png',
// text: '我的订单'
// },
{
"pagePath": "pages/medicaldes/medicaldes",
"iconPath": "static/icon/five5.png",
"selectedIconPath": "static/icon/five5.png",
"text": "吴门医述"
},
{
pagePath: 'pages/peanut/mine',

View File

@@ -488,7 +488,7 @@
"navigationBarTitleText": "脉穴详情",
"enablePullDownRefresh": false
}
},{
},{
"path": "pages/acupoint/givenDegree",
"style": {
"navigationBarTitleText": "特定穴位",
@@ -637,11 +637,17 @@
// "selectedIconPath": "static/tab/icon3_y.png",
// "text": "我的书架"
// },
// {
// "pagePath": "pages/bookShop/orderList",
// "iconPath": "static/tab/icon2_n.png",
// "selectedIconPath": "static/tab/icon2_y.png",
// "text": "我的订单"
// },
{
"pagePath": "pages/bookShop/orderList",
"iconPath": "static/tab/icon2_n.png",
"selectedIconPath": "static/tab/icon2_y.png",
"text": "我的订单"
"pagePath": "pages/medicaldes/medicaldes",
"iconPath": "static/icon/five5.png",
"selectedIconPath": "static/icon/five5.png",
"text": "吴门医述"
},
{
"pagePath": "pages/peanut/mine",

View File

@@ -100,7 +100,7 @@
</view>
</u-modal> -->
<!-- <z-navigation></z-navigation> -->
<z-navigation></z-navigation>
</view>
</template>

View File

@@ -34,10 +34,10 @@
<text>书名检索</text>
</div> -->
<div class="item item1" @click="onPageJump('../medicaldes/medicaldes')">
<!-- <div class="item item1" @click="onPageJump('../medicaldes/medicaldes')">
<image src="../../static/icon/five5.png" mode="aspectFit"></image>
<text>吴门医述</text>
</div>
<text>中医研究</text>
</div> -->
</view>
</view>

View File

@@ -467,6 +467,7 @@
});
return;
}
let that = this
$http.request({
url: "book/user/updateUserTel",
method: "POST",
@@ -476,8 +477,8 @@
},
}).then(function(res) {
if (res.code == 0) {
this.getData();
this.phoneShow = false
that.getData();
that.phoneShow = false
uni.showToast({
title: "绑定手机号成功"
});
@@ -506,6 +507,8 @@
});
return;
}
let that = this
$http.request({
url: "book/user/updateUserEmail",
method: "POST",
@@ -515,8 +518,8 @@
},
}).then(function(res) {
if (res.code == 0) {
this.getData();
this.emailShow = false
that.getData();
that.emailShow = false
uni.showToast({
title: "绑定邮箱成功"
});