| xqd
@@ -93,7 +93,7 @@
|
|
|
},
|
|
|
methods: {
|
|
|
handleJumpBuy(){
|
|
|
- if(this.$platform === 'ios'){
|
|
|
+ /*if(this.$platform === 'ios'){
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
content: '由于相关规范,iOS功能暂不可用',
|
| xqd
@@ -102,7 +102,7 @@
|
|
|
}
|
|
|
});
|
|
|
return false
|
|
|
- }
|
|
|
+ }*/
|
|
|
this.$jump({url:'/pages/my/member',type:'to'})
|
|
|
},
|
|
|
getPhoneNumber(phoneNumber){
|