tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<page-meta :page-style="themeColor"></page-meta>
|
||||
<view class="contact">
|
||||
<image :src="$util.img('public/uniapp/member/contact_service.png')" mode="widthFix"></image>
|
||||
<!--<ns-contact><button type="primary">联系客服</button></ns-contact>-->
|
||||
<view class="tips">请点击下方按钮,联系客服</view>
|
||||
<ns-contact><button type="primary">联系客服</button></ns-contact>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -20,10 +21,18 @@ export default {
|
||||
<style lang="scss">
|
||||
.contact {
|
||||
width: 80%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
margin: 150rpx auto 0;
|
||||
image {
|
||||
width: 500rpx;
|
||||
}
|
||||
.tips{
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user