Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
liumin
/
NewZkgj
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Merge branch 'master' of
http://git.2weisou.com/liumin/NewZkgj
yun
douzhuo
há 2 anos
ascendente
c762f55a70
bc829dd266
cometimento
1c3781bcad
2 ficheiros alterados
com
7 adições
e
3 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-3
pages/center/consumer/consumerDetail.vue
+5
-0
pages/mine/details2.vue
+ 2
- 3
pages/center/consumer/consumerDetail.vue
Ver ficheiro
@@ -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 ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar