|
|
@@ -1,12 +1,29 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
+
|
|
|
<view>
|
|
|
- <view style="font-size:40upx;font-weight:bold;margin-top:10upx;margin-bottom:10upx;">花材质量问题,请通过下图位置找商家:</view>
|
|
|
+ <view style="font-size:40upx;font-weight:bold;margin-top:10upx;margin-bottom:10upx;">花材质量问题、价格问题,请通过下图位置找商家:</view>
|
|
|
<view style="border:1upx solid #CCCCCC;"><image class="logo" :src="`${constant.imgUrl}/shop/contact_shop.png`" alt mode="widthFix" ></image></view>
|
|
|
</view>
|
|
|
<view style="font-size:40upx;margin-top:80upx;font-weight:bold;">
|
|
|
- 软件问题,系统问题,申请新商城,请联系软件公司,微信:<text @click="suggest" style="color:#3385ff;margin-left:10upx;">15280215347</text>
|
|
|
+ 零售花店,请勿联系,否则可能挨骂。现在我们服务商家太多,公司客服人员不足,暂时没办法给你提供服务,请理解。
|
|
|
</view>
|
|
|
+
|
|
|
+ <view style="font-size:40upx;margin-top:40upx;font-weight:bold;color:#3385ff;">零售花店,常见问题汇总:</view>
|
|
|
+
|
|
|
+ <view style="margin-top:20upx;color:#3385ff;font-size:26upx;font-weight:bold;">我注册之后,怎么看不到商家,不能买花?</view>
|
|
|
+ <view style="font-size:26upx;">答:直接搜索【花掌柜】注册,上面是不会显示商家的,你只能找批发店拿二维码,通过扫二维码进去注册之后,才会有商家</view>
|
|
|
+
|
|
|
+ <view style="margin-top:20upx;color:#3385ff;font-size:26upx;font-weight:bold;">我注册之后,能不能注销?</view>
|
|
|
+ <view style="font-size:26upx;">答:注册之后暂时不能注销,不需要理会它就行。我们没有时间处理这块需求,请勿联系,否则可能挨骂,如确实有问题先找你的批发店反应,批发店再反应到我们这边。</view>
|
|
|
+
|
|
|
+ <view style="margin-top:20upx;color:#3385ff;font-size:26upx;font-weight:bold;">我注册之后,显示的价格异常,怎么办?</view>
|
|
|
+ <view style="font-size:26upx;">答:价格异常,请联系你的批发店,跟批发店设置有关。跟你注册时怎么填写是没有关系的,不需要注销,重新注册。如不联系批发店,注销重新注册,结果也一样的。</view>
|
|
|
+
|
|
|
+ <view style="font-size:40upx;margin-top:80upx;font-weight:bold;color: red;">
|
|
|
+ 批发店,如碰到软件问题、系统问题和申请新商城需求,请联系软件公司,微信:<text @click="suggest" style="color:#3385ff;margin-left:10upx;">15280215347 点击复制</text>
|
|
|
+ </view>
|
|
|
+
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -39,6 +56,7 @@ export default {
|
|
|
padding-top: 20upx;
|
|
|
padding-left:10upx;
|
|
|
padding-right:10upx;
|
|
|
+ padding-bottom:50upx;
|
|
|
}
|
|
|
.prompt-text {
|
|
|
color: $fontColor3;
|