This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liumin
/
NewZkgj
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of
http://git.2weisou.com/liumin/NewZkgj
into master
yun
lancer
3 years ago
parent
a8177c649a
6a011d0440
commit
547fd5f950
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/center/consumer/consumerDetail.vue
+2
-1
pages/mine/reception/consultant.vue
+ 1
- 1
pages/center/consumer/consumerDetail.vue
View File
@@ -44,7 +44,7 @@
</view>
<view class="content-last">
<view class="content-last-con">
备注:{{customerInfo.
demand.
remarks ? customerInfo
.demand
.remarks : "暂无"}}
备注:{{customerInfo.remarks ? customerInfo.remarks : "暂无"}}
</view>
</view>
</view>
+ 2
- 1
pages/mine/reception/consultant.vue
View File
@@ -133,7 +133,8 @@
const that = this;
this.$u.post("customer/assign", {
agentId: that.chosedAgentId,
id: that.customerId
id: that.customerId,
replaceReception:this.replaceReception
}).then(res => {
uni.showToast({
icon: "none",
Write
Preview
Loading…
Cancel
Save