This commit is contained in:
parent
33cd970cc5
commit
1d6d4980fe
|
|
@ -40,8 +40,7 @@
|
|||
<view v-if="isFadingOut" class="modal">
|
||||
<view class="modal-title">收不到验证码</view>
|
||||
<view class="model-p">
|
||||
<view class="text-view" style="font-weight: 600;">手机号可正常使用:</view>
|
||||
<view class="text-view">1 是否输错手机号</view>
|
||||
<view class="text-view">1 手机号是否输入正确</view>
|
||||
<view class="text-view">2 手机是否设置短信拦截/欠费/信号不好</view>
|
||||
<view class="text-view">3 手机内存是否满了</view>
|
||||
<view class="text-view">4 手机卡是否为物联卡,而非SIM卡</view>
|
||||
|
|
|
|||
|
|
@ -11,13 +11,13 @@
|
|||
<view :class="isTarget ? 'radio-circle-target' : 'radio-circle'"></view>
|
||||
</view>
|
||||
<text class="radio-circle-font">
|
||||
我已阅读并同意
|
||||
我已阅读并同意护理单元
|
||||
</text>
|
||||
<text class="radio-circle-blue" @click.stop="jumpToPro">
|
||||
《护理单元使用条款》
|
||||
《使用条款》
|
||||
</text>
|
||||
<text class="radio-circle-font">
|
||||
并授权NU
|
||||
并授权
|
||||
</text>
|
||||
<text style="margin-top: 10rpx;" class="radio-circle-font">
|
||||
获取本机号码。账号仅限特定人群登录并进行账号鉴权。
|
||||
|
|
@ -46,8 +46,8 @@
|
|||
<view v-if="isFadingOut" class="modal">
|
||||
<view class="modal-title">使用条款</view>
|
||||
<view class="model-p">
|
||||
<text>  为了更好地保障您的合法权益,请阅读并同意</text>
|
||||
<text style="color: rgb(0,141,255);" @click="jumpToPro">《护理单元使用条款》</text>
|
||||
<text>  为了更好地保障您的合法权益,请阅读并同意护理单元</text>
|
||||
<text style="color: rgb(0,141,255);" @click="jumpToPro">《使用条款》</text>
|
||||
<text>,同意后将自动登录。</text>
|
||||
<!-- <text class="radio-circle-font">
|
||||
请阅读并同意
|
||||
|
|
|
|||
|
|
@ -37,9 +37,9 @@
|
|||
<view class="under-container-title">
|
||||
<view style="margin-left: 60rpx;" :class="isTarget ? 'radio-circle-target' : 'radio-circle'"
|
||||
@click="isTarget = !isTarget"></view>
|
||||
<view style="margin-left: 17rpx;" class="radio-circle-font" @click="isTarget = !isTarget">阅读并同意</view>
|
||||
<view style="margin-left: 17rpx;" class="radio-circle-font" @click="isTarget = !isTarget">阅读并同意护理单元</view>
|
||||
<view class="radio-circle-blue" @click="jumpToPro">
|
||||
《护理单元使用条款》
|
||||
《使用条款》
|
||||
</view>
|
||||
</view>
|
||||
<view class="button-blue" @click="loginIt">
|
||||
|
|
|
|||
|
|
@ -314,8 +314,10 @@
|
|||
url: "/pages/yuangongindex/message"
|
||||
})
|
||||
}
|
||||
|
||||
const child = ref(false)
|
||||
const searchjigou = () => {
|
||||
if(child.value == true){return}
|
||||
child.value = true;
|
||||
uni.requestSubscribeMessage({
|
||||
// 这里填后台申请好的 templateId 数组
|
||||
tmplIds: ['yvvhlRft1CAdtU-dWlCW8U63VnTwRU8w3gR0BUdqcWw'],
|
||||
|
|
@ -323,8 +325,10 @@
|
|||
uni.navigateTo({
|
||||
url: "/pages/yuangongindex/searchjigou"
|
||||
})
|
||||
child.value = false;
|
||||
},
|
||||
fail: (err) => {
|
||||
child.value = false;
|
||||
uni.navigateTo({
|
||||
url: "/pages/yuangongindex/searchjigou"
|
||||
})
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
// 全局请求封装
|
||||
// export const base_url = 'http://192.168.2.37:8081/opeapi'
|
||||
// export const base_url = 'https://www.focusnu.com/opeapi'
|
||||
export const base_url = 'https://www.focusnu.com/opeapi'
|
||||
|
||||
export const media_base_url = 'https://www.focusnu.com/media/'
|
||||
export const base_url = 'http://192.168.2.24:8081/opeapi'
|
||||
// export const base_url = 'http://192.168.2.24:8081/opeapi'
|
||||
// export const base_url = 'http://192.168.2.27:8081/opeapi'
|
||||
// 请求超出时间
|
||||
const timeout = 5000
|
||||
|
|
|
|||
Loading…
Reference in New Issue