Browse Source

Merge remote-tracking branch 'origin/dev' into dev_czc

master
congzc 1 year ago
parent
commit
90b87329e8
1 changed files with 2 additions and 33 deletions
  1. +2
    -33
      src/pages/lookPhoto/index.vue

+ 2
- 33
src/pages/lookPhoto/index.vue View File

@@ -37,37 +37,6 @@
<view class="shareBtn" @click="inviteFriend">邀请好友</view>
<view class="shareBtn" @click="buyCoin">金币充值</view>
</view>
<!-- 下面代码已废弃 -->
<view v-show="false" class="bottomBox">
<view class="shareBox">
<view class="buttonBox">
<up-button
type="primary"
text="分享"
color="linear-gradient(to right, rgb(66, 83, 216), rgb(213, 51, 186))"
open-type="share"
@click="share"
></up-button>
</view>
<view class="buttonBox">
<up-button
type="primary"
text="邀请好友"
color="linear-gradient(to right, rgb(66, 83, 216), rgb(213, 51, 186))"
open-type="share"
@click="inviteFriend"
></up-button>
</view>
<view class="buttonBox">
<up-button
type="primary"
text="购买金币"
color="linear-gradient(to right, rgb(66, 83, 216), rgb(213, 51, 186))"
@click="buyCoin"
></up-button>
</view>
</view>
</view>
</view>
</template>
@@ -434,8 +403,8 @@ watch(
.bottomBox {
flex: 1;
// position: absolute;
bottom: 80rpx;
position: relative;
bottom: -30rpx;
width: 100%;
display: flex;
justify-content: space-between;


Loading…
Cancel
Save