|
@@ -30,6 +30,14 @@ export default {
|
|
|
this.wholeShowListData = res.Data;
|
|
|
this.isShowFree = res.Data.IsShowFreeButton;
|
|
|
this.searchPlaceholderList = res.Data.SearchTxtList;
|
|
|
+ res.Data.IsShowTerminateButton &&
|
|
|
+ uni.showModal({
|
|
|
+ title: `您的合同将于${res.Data.EndData}到期,请及时续约避免使用受限`,
|
|
|
+ confirmColor: "#376cbb",
|
|
|
+ confirmText: "知道了",
|
|
|
+ showCancel: false,
|
|
|
+ success: function (res) {},
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
//判断手机号是否是弘则的
|