1.1.0:修改我的等级;替换账单关键字;新增三方充值静态页面
This commit is contained in:
@@ -8,7 +8,7 @@ const showLoading = () => {
|
||||
layer.open({
|
||||
type: 2,
|
||||
shadeClose: false,
|
||||
content: '加载中...',
|
||||
content: '加載中...',
|
||||
success (e) {
|
||||
layerIndex = $(e).attr('index')
|
||||
}
|
||||
@@ -64,7 +64,7 @@ const getShowInfo = () => {
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
toastMsg('网络错误')
|
||||
toastMsg('網絡錯誤')
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -104,7 +104,7 @@ const getList = (type, page = 1) => {
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
toastMsg('网络错误')
|
||||
toastMsg('網絡錯誤')
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -138,7 +138,7 @@ const getCharmList = (type, page = 1) => {
|
||||
}
|
||||
},
|
||||
error (err) {
|
||||
toastMsg('网络错误')
|
||||
toastMsg('網絡錯誤')
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user