fixed
This commit is contained in:
@@ -100,10 +100,15 @@ Page({
|
||||
}
|
||||
/////接口方法
|
||||
_.apiQuery.getappSignConf(params).then(res => {
|
||||
|
||||
|
||||
if (res.data.type == 'fail') {
|
||||
this.setData({
|
||||
fail_img:res.data.fail_img
|
||||
fail_img: res.data.fail_img
|
||||
})
|
||||
wx.showToast({
|
||||
title: res.data.msg,
|
||||
icon: 'none',
|
||||
duration: 2000,
|
||||
})
|
||||
} else {
|
||||
this.setData({
|
||||
|
||||
Reference in New Issue
Block a user