|
|
@@ -2,13 +2,16 @@
|
|
|
<template>
|
|
|
<view class="billing_box_bg">
|
|
|
<view class="c_header" :class="myClass">
|
|
|
- <view class="header_inside">
|
|
|
- <image :src="ghsInfo.avatar"></image>
|
|
|
- <view class="shop_info">
|
|
|
- <view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})"> {{ghsInfo.name}} </view>
|
|
|
+ <view class="header_inside">
|
|
|
+ <image :src="ghsInfo.avatar"></image>
|
|
|
+ <view class="shop_info">
|
|
|
+ <view class="shop_title" @click="pageTo({url:'/pagesPurchase/level?id='+ghsInfo.id})"> {{ghsInfo.name}} </view>
|
|
|
+ </view>
|
|
|
+ <!-- <i class="iconfont icondianhua1" style="font-size:55upx;color:#6da3f5;position:absolute;top:20upx;right:50upx;" v-if="ghsInfo.mobile !=''" @tap="toPhone(ghsInfo.mobile)"></i> -->
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image :src="`${constant.imgUrl}/cg/buy_look2.png`" @click.stop="getReadMe()" style="border-radius:10upx;margin-top:9upx;" mode="widthFix"></image>
|
|
|
</view>
|
|
|
- <!-- <i class="iconfont icondianhua1" style="font-size:55upx;color:#6da3f5;position:absolute;top:20upx;right:50upx;" v-if="ghsInfo.mobile !=''" @tap="toPhone(ghsInfo.mobile)"></i> -->
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="input-wrap" >
|
|
|
@@ -403,6 +406,9 @@ export default {
|
|
|
invite(){
|
|
|
this.showInvite = true
|
|
|
},
|
|
|
+ getReadMe(){
|
|
|
+ this.$util.pageTo({url:'/pagesPurchase/readMe'})
|
|
|
+ },
|
|
|
recharge(item){
|
|
|
this.$util.pageTo({url:'/pagesStore/me/recharge',query:{ghsId:item.id}})
|
|
|
},
|
|
|
@@ -696,16 +702,16 @@ export default {
|
|
|
background: linear-gradient(to bottom,#3385FF, #fff);
|
|
|
&>.header_inside{
|
|
|
position: relative;
|
|
|
- height: 100upx;
|
|
|
+ height: 124upx;
|
|
|
margin-top: 15upx;
|
|
|
background: #fff;
|
|
|
box-shadow: 0upx 1px 21px 0upx rgba(161, 166, 173, 0.4);
|
|
|
border-radius: 20upx;
|
|
|
- padding: 23upx 30upx 30upx 30upx;
|
|
|
+ padding: 35upx 30upx 30upx 30upx;
|
|
|
box-sizing: border-box;
|
|
|
&>image{
|
|
|
- height: 50upx;
|
|
|
- width: 50upx;
|
|
|
+ height: 62upx;
|
|
|
+ width: 62upx;
|
|
|
display: inline-block;
|
|
|
border-radius: 10upx;
|
|
|
background-color: #eee;
|
|
|
@@ -718,7 +724,7 @@ export default {
|
|
|
margin-left: 20upx;
|
|
|
&>.shop_title{
|
|
|
margin-top:0upx;
|
|
|
- font-size: 36upx;
|
|
|
+ font-size: 43upx;
|
|
|
font-weight: 600;
|
|
|
color: #060606;
|
|
|
width: 430upx;
|
|
|
@@ -904,7 +910,7 @@ export default {
|
|
|
animation-duration:.3s;
|
|
|
}
|
|
|
.fadeIn{
|
|
|
- height: 130upx;
|
|
|
+ height: 290upx;
|
|
|
overflow: hidden;
|
|
|
animation-name: fadeInFrames;
|
|
|
animation-duration:.3s;
|