Explorar el Código

Merge branch 'dev' into dev_YWQ

dev_YWQ
HolyKnightIX hace 1 año
padre
commit
2ede547fd9
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. +2
    -4
      src/pages/login/index.vue

+ 2
- 4
src/pages/login/index.vue Ver fichero

@@ -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 = ["同意智像相机用户使用协议"];


Cargando…
Cancelar
Guardar