|
|
@@ -781,7 +781,7 @@ Page({
|
|
|
data: {
|
|
|
token: "89835e65993fee4a6a6cbbe4c271da51e5521822934e13769e61cadabaed72c3" || wx.getStorageSync('token'),
|
|
|
sntram: sntram,
|
|
|
- unionid: wx.getStorageSync('unionid'),
|
|
|
+ udi: wx.getStorageSync('unionid'),
|
|
|
},
|
|
|
success: (res) => {
|
|
|
var incustom = res.data.incustom;
|
|
|
@@ -790,7 +790,7 @@ Page({
|
|
|
} else {
|
|
|
wx.showToast({
|
|
|
icon: 'none',
|
|
|
- title: "sn 不合法"
|
|
|
+ title: res.data.error || "sn 不合法"
|
|
|
});
|
|
|
}
|
|
|
},
|