|
|
@@ -260,9 +260,9 @@
|
|
|
</block>
|
|
|
|
|
|
<view style="text-align:center;margin-top:50upx;margin-bottom:182upx;color:#827171;font-size:28upx;">
|
|
|
- <text style="margin-right:20upx;">中花汇提供技术</text>
|
|
|
+ <text style="margin-right:20upx;">中花汇提供技术支持</text>
|
|
|
<text style="margin-right:20upx;">|</text>
|
|
|
- <text @click="toPhone()">联系技术员</text>
|
|
|
+ <text @click="toPhone()">联系软件公司</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -294,7 +294,6 @@ import emptyComponent from "@/components/empty";
|
|
|
import { ghsList } from "@/api/purchase";
|
|
|
import { changeDelStatus } from "@/api/ghs";
|
|
|
import {currentShop} from "@/api/shop";
|
|
|
-import { openPfFn } from "@/api/apply";
|
|
|
import { clearLogin,hasNotice } from "@/api/admin";
|
|
|
export default {
|
|
|
name: "workbench",
|
|
|
@@ -427,7 +426,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
toPhone(){
|
|
|
- uni.makePhoneCall({ phoneNumber:'15280215347' })
|
|
|
+ this.$util.pageTo({url: '/pagesPurchase/contact'})
|
|
|
},
|
|
|
showShopName(){
|
|
|
currentShop().then(res => {
|
|
|
@@ -448,8 +447,7 @@ export default {
|
|
|
that.$util.pageTo({url: '/pagesPurchase/pb'})
|
|
|
}
|
|
|
if(res.tapIndex == 1){
|
|
|
- //that.suggest()
|
|
|
- that.openPfShop2()
|
|
|
+ that.suggest()
|
|
|
}
|
|
|
if(res.tapIndex == 2){
|
|
|
that.$util.pageTo({url:'/pagesPurchase/open'})
|
|
|
@@ -492,18 +490,9 @@ export default {
|
|
|
})
|
|
|
})
|
|
|
},
|
|
|
- openPfShop2(){
|
|
|
- this.$util.confirmModal({content:'确认提交申请?客服将在一个工作日内与您电话联系'},() => {
|
|
|
- openPfFn().then(res=>{
|
|
|
- if(res.code == 1){
|
|
|
- this.$msg(res.msg)
|
|
|
- }
|
|
|
- })
|
|
|
- })
|
|
|
- },
|
|
|
suggest(){
|
|
|
let that = this
|
|
|
- that.$util.confirmModal({content:'请添加技术人员微信反馈:15280215347',okText:'复制微信'},() => {
|
|
|
+ that.$util.confirmModal({content:'请添加客服微信反馈:15280215347',okText:'复制微信'},() => {
|
|
|
uni.setClipboardData({
|
|
|
data: '15280215347',
|
|
|
success: function() {
|