소스 검색

Merge branch 'master' of http://git.2weisou.com/liumin/NewZkgj into master

yun
lancer 2 년 전
부모
커밋
547fd5f950
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      pages/center/consumer/consumerDetail.vue
  2. +2
    -1
      pages/mine/reception/consultant.vue

+ 1
- 1
pages/center/consumer/consumerDetail.vue 파일 보기

@@ -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 파일 보기

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


불러오는 중...
취소
저장