吴门医述放底栏,绑定手机号-点击确认时没提示修改成功
This commit is contained in:
@@ -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',
|
||||
|
||||
16
pages.json
16
pages.json
@@ -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",
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
</view>
|
||||
</u-modal> -->
|
||||
|
||||
<!-- <z-navigation></z-navigation> -->
|
||||
<z-navigation></z-navigation>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -452,7 +452,7 @@
|
||||
|
||||
// 手机
|
||||
chosePhone(e) {
|
||||
this.userMes.code = this.userMes.phonecode
|
||||
this.userMes.code = this.userMes.phonecode
|
||||
if (this.userMes.phone == '') {
|
||||
uni.showToast({
|
||||
title: '请输入手机号',
|
||||
@@ -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: "绑定邮箱成功"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user