Browse Source

提交修改

branch0222
douzhuo 1 year ago
parent
commit
f5c93a7b63
2 changed files with 6 additions and 11 deletions
  1. +1
    -6
      pages/center/Piabodata/Userinsightinto.vue
  2. +5
    -5
      pages/mine/details2.vue

+ 1
- 6
pages/center/Piabodata/Userinsightinto.vue View File

@@ -325,12 +325,7 @@
//查看
Toview(item, i) {
console.log(item)
let keywordsid = 0
if (item.matchKeywords[i].children && item.matchKeywords[i].children.length > 0) {
keywordsid = item.matchKeywords[i].children[0].keywordsId
} else {
keywordsid = item.matchKeywords[i].keywordsId
}
let keywordsid = item.matchKeywords[i].keywordsId || 0
uni.navigateTo({
url: '/pages/center/Piabodata/Customerportrait/Receivingrecords?datatype=' + this.activeTotal +
"&keywordsId=" + keywordsid + "&starttime=" + this.timeobj.statDateStart + "&endoftime=" +


+ 5
- 5
pages/mine/details2.vue View File

@@ -1805,12 +1805,12 @@
this.thewrongword = "";
this.reswrongword = "";
this.isshow2 = false;
this.$zaudio.stop()
// this.$zaudio.stop()
// this.init({
// bg: 0,
// customerId: this.customerId
// })
this.init({
bg: Math.floor(this.nowPlaying*1000),
customerId: this.customerId
})
})
} else {
this.$refs.uToast.show({


Loading…
Cancel
Save