Merge branch 'master' into xiaozy_大卫用户协议

This commit is contained in:
xiaozhiyong
2023-09-21 15:06:36 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<view class="gray-text">加载中...</view> <view class="gray-text">加载中...</view>
</view> </view>
<view class="margin-lg flex flex-direction text-center"> <view class="margin-lg flex flex-direction text-center">
<button v-if=checked class="cu-btn round bg-main-oil lg text-lg" open-type="getPhoneNumber" <button v-if="checked" class="cu-btn round bg-main-oil lg text-lg" open-type="getPhoneNumber"
@getphonenumber="decryptPhoneNumber"> @getphonenumber="decryptPhoneNumber">
<text class="cuIcon-weixin padding-right-xs"> </text> <text class="cuIcon-weixin padding-right-xs"> </text>
<text> <text>

View File

@@ -155,9 +155,9 @@
<swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray"> <swiper-item @click="swiperClick(item,index)" v-for="(item,index) in swiperArray">
<image :src="item.src" style="width: 100%;" mode="widthFix"></image> <image :src="item.src" style="width: 100%;" mode="widthFix"></image>
</swiper-item> </swiper-item>
<!-- <swiper-item> <swiper-item>
<ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad> <ad unit-id="adunit-fae65289bc72095d" ad-intervals="30"></ad>
</swiper-item> --> </swiper-item>
</swiper> </swiper>
<!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> --> <!-- <image :src="starUrl+'banner.png'" style="width: 100%;" mode="widthFix"></image> -->
</view> </view>