|
|
@@ -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;
|
|
|
|