|
@@ -936,7 +936,21 @@
|
936
|
936
|
}
|
937
|
937
|
}
|
938
|
938
|
});
|
939
|
|
- } else if (this.state == "555") {
|
|
939
|
+ } else if (this.state == "508") {
|
|
940
|
+ uni.showModal({
|
|
941
|
+ title: '提示',
|
|
942
|
+ content: res.remarks,
|
|
943
|
+ showCancel: false,
|
|
944
|
+ confirmColor: '#49b856',
|
|
945
|
+ success: function(res) {
|
|
946
|
+ if (res.confirm) {
|
|
947
|
+ console.log('用户点击确定');
|
|
948
|
+ } else if (res.cancel) {
|
|
949
|
+ console.log('用户点击取消');
|
|
950
|
+ }
|
|
951
|
+ }
|
|
952
|
+ });
|
|
953
|
+ }else if (this.state == "555") {
|
940
|
954
|
this.type = uni.getStorageSync("type"); //刷新页面后获取type
|
941
|
955
|
// 如果需要绑定账号 并且 没有微信号
|
942
|
956
|
if (this.type) {
|