tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

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