Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
liumin
/
NewZkgj
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
xx
yun
corala
2 anos atrás
pai
2f01e976dc
commit
bc829dd266
2 arquivos alterados
com
7 adições
e
3 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-3
pages/center/consumer/consumerDetail.vue
+5
-0
pages/mine/details2.vue
+ 2
- 3
pages/center/consumer/consumerDetail.vue
Ver arquivo
@@ -536,10 +536,9 @@
},
//评分点击
clickaudeopal(item) {
if (item.selected == 0) {
if (item.selected == 0
&& item.viewFlag !=1
) {
uni.navigateTo({
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item
.marketingId + '&type=0'
url: '/pages/mine/ScoringPlaylist?customerId=' + this.customerId + "&id=" + item.marketingId + '&type=0'
})
}
},
+ 5
- 0
pages/mine/details2.vue
Ver arquivo
@@ -818,7 +818,11 @@
this.wajueshow = true
return;
}
let flag = true
this.wajueshow = true
if(flag){
flag = false
}
uni.request({
url: config.service.addWordMining,
method: "post",
@@ -835,6 +839,7 @@
},
success: (res) => {
// console.log(res)
flag = true;
if (res.data.code == 10000) {
uni.showToast({
title: '添加成功',
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar