Compare commits
2 Commits
7433eedfa5
...
xiaozy_大卫用
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb48168082 | ||
|
|
30b4c43aa9 |
@@ -25,15 +25,15 @@
|
|||||||
<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>
|
||||||
微信用户一键登录
|
手机号快捷登录
|
||||||
</text>
|
</text>
|
||||||
</button>
|
</button>
|
||||||
<button v-else class="cu-btn round bg-main-oil lg text-lg" @click="$refs.popup.open('center')">
|
<button v-else class="cu-btn round bg-main-oil lg text-lg" @click="$refs.popup.open('center')">
|
||||||
<text class="cuIcon-weixin padding-right-xs"> </text>
|
<!-- <text class="cuIcon-weixin padding-right-xs"> </text> -->
|
||||||
<text>
|
<text>
|
||||||
微信用户一键登录
|
手机号快捷登录
|
||||||
</text>
|
</text>
|
||||||
</button>
|
</button>
|
||||||
<!-- <button class="cu-btn margin-top round lg" @tap="refuseEmpower">
|
<!-- <button class="cu-btn margin-top round lg" @tap="refuseEmpower">
|
||||||
|
|||||||
@@ -202,7 +202,7 @@
|
|||||||
return {
|
return {
|
||||||
swiperArray: [
|
swiperArray: [
|
||||||
{
|
{
|
||||||
src:this.global.starUrl+'banner.png',
|
src:this.global.imgURL+'banner-baichuan.png',
|
||||||
link:''
|
link:''
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
|||||||
Reference in New Issue
Block a user