[更新]变更联通业务提示信息
This commit is contained in:
@@ -47,10 +47,9 @@
|
||||
<image class="grid-icon" mode="aspectFill" src="../../lib/icon/index_icon_05.png"/>
|
||||
<view class="grid-title nowrap">联通专项业务</view>
|
||||
</navigator>
|
||||
<navigator class="grid-item" url="../zhima/zhima" a:if="{{permissions.zhima == 1}}">
|
||||
<!-- <navigator class="grid-item" url="../zhima/zhima" a:if="{{permissions.zhima == 1}}">
|
||||
<image class="grid-icon" mode="aspectFill" src="../../lib/icon/index_icon_05.png"/>
|
||||
<view class="grid-title nowrap">芝麻GO</view>
|
||||
</navigator>
|
||||
|
||||
</navigator> -->
|
||||
</view>
|
||||
|
||||
|
||||
@@ -118,7 +118,6 @@ Page({
|
||||
my.showToast({
|
||||
content: err.data.message
|
||||
})
|
||||
my.hideLoading();
|
||||
})
|
||||
}else{
|
||||
my.showToast({
|
||||
@@ -147,11 +146,15 @@ Page({
|
||||
channel : "DEFAULT"
|
||||
}
|
||||
}).then(res=>{
|
||||
my.showToast({
|
||||
content: '办理成功'
|
||||
});
|
||||
my.navigateTo({
|
||||
url: '../unicom/unicom'
|
||||
my.alert({
|
||||
title: '提示',
|
||||
content: '办理成功',
|
||||
buttonText: '知道了',
|
||||
success: () => {
|
||||
my.navigateTo({
|
||||
url: '../unicom/unicom'
|
||||
});
|
||||
}
|
||||
});
|
||||
my.hideLoading()
|
||||
}).catch(err=>{
|
||||
|
||||
@@ -4,6 +4,7 @@ const app = getApp()
|
||||
|
||||
Page({
|
||||
onLoad() {
|
||||
console.log('1111')
|
||||
let userToken = my.getStorageSync({key:"userToken"}).data || null,
|
||||
atTime = Math.round(new Date() / 1000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user