瀏覽代碼

style

release
HolyKnightIX 1 年之前
父節點
當前提交
9e9d5aff57
共有 1 個檔案被更改,包括 2 行新增33 行删除
  1. +2
    -33
      src/pages/lookPhoto/index.vue

+ 2
- 33
src/pages/lookPhoto/index.vue 查看文件

@@ -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…
取消
儲存