|
@@ -240,8 +240,8 @@ Page({
|
|
|
const dataInfo = app.globalData.programConfig;
|
|
|
this.setData({
|
|
|
showAgreementModal: true,
|
|
|
- agreementContent: type == 'rules'?dataInfo.rules : type == 'liability'?dataInfo.disclaimer : dataInfo.privacy_policy,
|
|
|
- agreementTitle:type == 'rules'?'活动规则': type == 'liability'?'免责协议' : '隐私政策'
|
|
|
+ agreementContent: type == 'liability'?dataInfo.disclaimer : dataInfo.privacy_policy,
|
|
|
+ agreementTitle:type == 'liability'?'活动须知' : '隐私政策'
|
|
|
});
|
|
|
},
|
|
|
closeAgreementModal() {
|