Commit dce7cb11 authored by lvtz's avatar lvtz

fix

parent f73ef4b5
export default {
imageRoot: 'https://cdn.img.shangjiadao.cn/qingxiao/dakav2/images/',
// host: 'https://qxapi.qingxiao.online/daka',
// host2: 'https://wx.m.shangjiadao.cn',
host: 'https://qxapi.qingxiao.online/daka',
host2: 'https://wx.m.shangjiadao.cn',
storageVersion: '5.0',
imageVersion: '20200420',
host: 'https://clock.wp53.cn',
host2: 'https://test.wp53.cn',
// host: 'https://clock.wp53.cn',
// host2: 'https://test.wp53.cn',
appId: 'wxc1246ea029394785',
miniProgram: {
clock: 'wxdeee20e52a1fd7ee'
......
......@@ -354,9 +354,7 @@ Page({
return;
}
if (
this.data.moreTheme.sign_up_content.radioname &&
this.data.selectedRadio == ""
) {
this.data.moreTheme.sign_up_content.radioname && this.data.moreTheme.sign_up_content.radioList.length>0 && this.data.selectedRadio == "") {
wx.showToast({
title: `请选择${that.data.moreTheme.sign_up_content.radioname}`,
icon: "none",
......@@ -366,7 +364,7 @@ Page({
}
this.data.waitSbumitContent =
this.data.moreTheme.sign_up_content.radioname == ""
(this.data.moreTheme.sign_up_content.radioname == "" || this.data.moreTheme.sign_up_content.radioList.length == 0)
? ""
: JSON.stringify({
value: this.data.selectedRadio,
......
......@@ -133,7 +133,8 @@
<input type="number" placeholder-class="placeholderclass" class="iteminput mobile" maxlength="11" value="{{mobile}}" bindinput="mobileInput" placeholder="请输入手机号"></input>
<button class="getmobilebtn" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">快速填写</button>
</view> -->
<view class="ipt-box" style="padding-bottom: 40px;" wx:if="{{moreTheme.sign_up_content.radioname}}">
<view class="ipt-box" style="padding-bottom: 40px;" wx:if="{{moreTheme.sign_up_content.radioname && moreTheme.sign_up_content.radioList.length}}">
<view class="signupcontent {{raddioexpand ? 'expanded' : 'unexpanded'}}">
<view class="radiotitle" bindtap="expandsigncontentbox">
<view class="radiotitletext" wx:if="{{raddioexpand}}">请选择{{moreTheme.sign_up_content.radioname}}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment