Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxuelai
wechatapp.shangjiadao.com
Commits
dce7cb11
Commit
dce7cb11
authored
Apr 21, 2020
by
lvtz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f73ef4b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
constants.js
constants/constants.js
+4
-4
index.js
src/pages/sharemoretheme/index.js
+2
-4
index.wxml
src/pages/sharemoretheme/index.wxml
+2
-1
No files found.
constants/constants.js
View file @
dce7cb11
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'
...
...
src/pages/sharemoretheme/index.js
View file @
dce7cb11
...
...
@@ -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
,
...
...
src/pages/sharemoretheme/index.wxml
View file @
dce7cb11
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment