| @@ -53,9 +53,7 @@ | |||||
| > | > | ||||
| </u-checkbox> | </u-checkbox> | ||||
| <text class="checkPro" | <text class="checkPro" | ||||
| >同意<text class="goPro" @click="goPro" | |||||
| >《智像相机用户使用协议》</text | |||||
| > | |||||
| >同意<text class="goPro" @click="goPro">《智像用户使用协议》</text> | |||||
| </text> | </text> | ||||
| </u-checkbox-group> | </u-checkbox-group> | ||||
| </view> | </view> | ||||
| @@ -132,7 +130,7 @@ async function toCreate(e) { | |||||
| } else { | } else { | ||||
| uni.showModal({ | uni.showModal({ | ||||
| title: "提示", | title: "提示", | ||||
| content: "同意慧图相机用户使用协议?", | |||||
| content: "同意智像相机用户使用协议?", | |||||
| success: function (res) { | success: function (res) { | ||||
| if (res.confirm) { | if (res.confirm) { | ||||
| checkboxValue.value = ["同意智像相机用户使用协议"]; | checkboxValue.value = ["同意智像相机用户使用协议"]; | ||||