이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
liumin
/
NewZkgj
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Merge branch 'master' of
http://git.2weisou.com/liumin/NewZkgj
into master
yun
lancer
3 년 전
부모
a8177c649a
6a011d0440
커밋
547fd5f950
2개의 변경된 파일
과
3개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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",
쓰기
미리보기
불러오는 중...
취소
저장