このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
liumin
/
NewZkgj
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Merge branch 'master' of
http://git.2weisou.com/liumin/NewZkgj
into master
yun
lancer
3年前
親
a8177c649a
6a011d0440
コミット
547fd5f950
2個のファイルの変更
、
3行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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",
書き込み
プレビュー
読み込み中…
キャンセル
保存