|
@@ -6,7 +6,7 @@ Page({
|
|
|
* 页面的初始数据
|
|
|
*/
|
|
|
data: {
|
|
|
- src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol'
|
|
|
+ src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol?wx=2'
|
|
|
},
|
|
|
|
|
|
/**
|
|
@@ -17,11 +17,11 @@ Page({
|
|
|
if(options.type) {
|
|
|
if(options.type === "privacy") {
|
|
|
this.setData({
|
|
|
- src: app.globalData.baseUrl + '/classroom-app/#/privacy-protocol'
|
|
|
+ src: app.globalData.baseUrl + '/classroom-app/#/privacy-protocol?wx=2'
|
|
|
})
|
|
|
} else if(options.type === "register") {
|
|
|
this.setData({
|
|
|
- src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol'
|
|
|
+ src: app.globalData.baseUrl + '/classroom-app/#/preview-protocol?wx=2'
|
|
|
})
|
|
|
}
|
|
|
}
|