This website works better with JavaScript.
首頁
探索
說明
註冊
登入
liumin
/
NewZkgj
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
提交修改
yun
douzhuo
2 年之前
父節點
dabf68b07e
當前提交
dbae715a0c
共有
2 個文件被更改
,包括
5 次插入
和
4 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
pages/center/Piabodata/Userinsightinto.vue
+1
-0
pages/mine/calibration.vue
+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue
查看文件
@@ -195,10 +195,10 @@
}
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => {
this.LOADING = false
this.numlist.push({
name:"有效接待",
num:data.total
})
//
this.numlist.push({
//
name:"有效接待",
//
num:data.total
//
})
this.efficient = data.total
this.markCount = data.markCount
this.noMarkCount = data.noMarkCount
+ 1
- 0
pages/mine/calibration.vue
查看文件
@@ -79,6 +79,7 @@
let param = {
keywordIds:'',
id: this.customerId,
projectId: uni.getStorageSync('buildingID').id,
}
let str = []
this.allList.map(item => {
Write
Preview
Loading…
取消
儲存