This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Acher
/
newEdition
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
挖掘
newyun
corala
2 年之前
父節點
713d405ee6
當前提交
b15fdc7f83
共有
3 個文件被更改
,包括
578 次插入
和
305 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config.js
+1
-1
pages/center/records/index.vue
+575
-304
pages/index/consumer/index.vue
+ 2
- 0
config.js
查看文件
@@ -42,6 +42,8 @@ var config = {
cmmentList:`${host}/comment/list`,
// 新增评论
saveCmment:`${host}/comment/saveCmment`,
// 获取客户来源列表
sourceList: `${host}/customer/sourceList`,
// 新增文件评论
saveCmmentUpload:`${host}/comment/upload`,
// 点赞
+ 1
- 1
pages/center/records/index.vue
查看文件
@@ -711,7 +711,7 @@
})
})
},
//select接待顾问
actionSelectCallback(e) {
if(e[0].label=='全部'){
this.counselorName = '接待顾问'
+ 575
- 304
pages/index/consumer/index.vue
文件差異過大導致無法顯示
查看文件
Write
Preview
Loading…
取消
儲存