|
|
@@ -71,8 +71,9 @@
|
|
|
<checkbox-group class="flex_r flex_ac flex_jc" @change="checkboxChange">
|
|
|
<label class="option_box">
|
|
|
<checkbox value="1" :checked="checked" color="#2DB389" style="transform: scale(0.7)" />
|
|
|
- 我已阅读同意<text @tap.stop="getProPage" v-if="type != 5">《购买协议》</text>
|
|
|
- <text @tap.stop="getProPage" v-else>《兑换协议》</text>
|
|
|
+ 我已阅读同意<text @tap.stop="getProPage" v-if="(type != 5 && type != 6)">《购买协议》</text>
|
|
|
+ <text @tap.stop="getProPage" v-else-if="(type == 5)">《兑换协议》</text>
|
|
|
+ <text @tap.stop="getProPage" v-else-if="(type == 6)">《天天捡漏协议》</text>
|
|
|
</label>
|
|
|
</checkbox-group>
|
|
|
<view class="confim flex_r flex_ac flex_jc" @tap="ToPayPage">确定</view>
|