|
|
@@ -38,10 +38,10 @@
|
|
|
<text>4、您是通过什么渠道预定到的本酒店睡眠房?</text>
|
|
|
<radio-group bindchange="bindChannelChange">
|
|
|
<label><radio value="0">酒店散客</radio></label>
|
|
|
- <label><radio value="1">第三方平台(如携程、去哪儿网、飞猪、同程等)</radio>
|
|
|
- <input type="text" placeholder="请填写第三方平台" bindinput="bindThirdPlatformsInputInput" />
|
|
|
+ <label><radio value="1">朋友推荐</radio></label>
|
|
|
+ <label><radio value="2">第三方平台(如携程、去哪儿网、飞猪、同程等)</radio>
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写第三方平台" bindinput="bindThirdPlatformsInputInput" />
|
|
|
</label>
|
|
|
- <label><radio value="2">朋友推荐</radio></label>
|
|
|
</radio-group>
|
|
|
</view>
|
|
|
<view class='title_1'>二、用户体验</view>
|
|
|
@@ -70,7 +70,7 @@
|
|
|
<block wx:for="{{noSatisfiedOptions}}" wx:key="index">
|
|
|
<label wx:if="{{index<2}}"><radio value="{{item.value}}">{{item.label}}</radio></label>
|
|
|
<label wx:else><radio value="{{item.value}}">{{item.label}}</radio>
|
|
|
- <input type="text" placeholder="请填写体验不满意的原因" bindinput="bindNoSatisfiedInput" />
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写体验不满意的原因" bindinput="bindNoSatisfiedInput" />
|
|
|
</label>
|
|
|
</block>
|
|
|
</radio-group>
|
|
|
@@ -91,7 +91,7 @@
|
|
|
<block wx:for="{{wayImprovementSleepOptions}}" wx:key="index">
|
|
|
<label wx:if="{{index<4}}"><radio value="{{item.value}}">{{item.label}}</radio></label>
|
|
|
<label wx:else><radio value="{{item.value}}">{{item.label}}</radio>
|
|
|
- <input type="text" placeholder="请填写帮助改善睡眠方式" bindinput="bindWayImprovementSleepInput" />
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写帮助改善睡眠方式" bindinput="bindWayImprovementSleepInput" />
|
|
|
</label>
|
|
|
</block>
|
|
|
</radio-group>
|
|
|
@@ -104,7 +104,7 @@
|
|
|
<block wx:for="{{getSleepHealthOptions}}" wx:key="index">
|
|
|
<label wx:if="{{index<5}}"><checkbox value="{{item.value}}">{{item.label}}</checkbox></label>
|
|
|
<label wx:else><checkbox value="{{item.value}}">{{item.label}}</checkbox>
|
|
|
- <input type="text" placeholder="请填写从哪里获取关于睡眠健康的信息" bindinput="bindGetSleepHealthInput" />
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写从哪里获取关于睡眠健康的信息" bindinput="bindGetSleepHealthInput" />
|
|
|
</label>
|
|
|
</block>
|
|
|
</checkbox-group>
|
|
|
@@ -116,7 +116,7 @@
|
|
|
<block wx:for="{{influenceSleepOptions}}" wx:key="index">
|
|
|
<label wx:if="{{index<6}}"><checkbox value="{{item.value}}">{{item.label}}</checkbox></label>
|
|
|
<label wx:else><checkbox value="{{item.value}}">{{item.label}}</checkbox>
|
|
|
- <input type="text" placeholder="请填写影响您的睡眠因素" bindinput="bindInfluenceSleepInput" />
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写影响您的睡眠因素" bindinput="bindInfluenceSleepInput" />
|
|
|
</label>
|
|
|
</block>
|
|
|
</checkbox-group>
|
|
|
@@ -128,7 +128,7 @@
|
|
|
<block wx:for="{{improvSleepMethodsOptions}}" wx:key="index">
|
|
|
<label wx:if="{{index<4}}"><checkbox value="{{item.value}}">{{item.label}}</checkbox></label>
|
|
|
<label wx:else><checkbox value="{{item.value}}">{{item.label}}</checkbox>
|
|
|
- <input type="text" placeholder="请填写改善睡眠质量方法" bindinput="bindImprovSleepMethodsInput" />
|
|
|
+ <input class="custom-input" type="text" placeholder="请填写改善睡眠质量方法" bindinput="bindImprovSleepMethodsInput" />
|
|
|
</label>
|
|
|
</block>
|
|
|
</checkbox-group>
|
|
|
@@ -137,11 +137,11 @@
|
|
|
<!-- 文本输入问题示例 -->
|
|
|
<view class="section">
|
|
|
<text>13. 关于本次睡眠房的入住体验,您最希望哪些方面可以进行改善优化</text>
|
|
|
- <input type="text" placeholder="请填写您的建议" bindinput="bindSuggestionInput" />
|
|
|
+ <textarea class="full-width-textarea" type="text" placeholder="请填写您的建议" bindinput="bindSuggestionInput" />
|
|
|
</view>
|
|
|
|
|
|
<!-- 提交按钮 -->
|
|
|
- <button bindtap="submitSurvey">提交问卷</button>
|
|
|
+ <button style="margin-top:30rpx;" bindtap="submitSurvey">提交问卷</button>
|
|
|
|
|
|
<view class="section">
|
|
|
<text style="font-weight:600">感谢您的参与和支持!</text>
|