|
@@ -276,6 +276,22 @@ export default {
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
payRights(item) {
|
|
payRights(item) {
|
|
|
|
|
+ this.userInfo = uni.getStorageSync('userInfo')
|
|
|
|
|
+ if (!this.userInfo.phone){
|
|
|
|
|
+ uni.showModal({
|
|
|
|
|
+ title:'温馨提示',
|
|
|
|
|
+ content:'请绑定手机号,以便为你提供服务',
|
|
|
|
|
+ success:res=>{
|
|
|
|
|
+ if (res.confirm){
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: '/myPages/setting/setting-telphone',
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ return
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
if (this.serviceObjectList[0].length === 0) {
|
|
if (this.serviceObjectList[0].length === 0) {
|
|
|
uni.showModal({
|
|
uni.showModal({
|
|
|
title: '温馨提示',
|
|
title: '温馨提示',
|