소스 검색

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;


불러오는 중...
취소
저장