Explorar el Código

upload

dev_YWQ
HolyKnightIX hace 1 año
padre
commit
38b9dd6594
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. +1
    -0
      src/pages/created/index.vue
  2. +1
    -0
      src/pages/createing/index.vue

+ 1
- 0
src/pages/created/index.vue Ver fichero

@@ -200,6 +200,7 @@ function loginOut() {
uni.showModal({
title: "提示",
content: "是否退出登录?",
confirmColor: "#ff4f00",
success: function (res) {
if (res.confirm) {
console.log("用户点击确定");


+ 1
- 0
src/pages/createing/index.vue Ver fichero

@@ -321,6 +321,7 @@ function loginOut() {
uni.showModal({
title: "提示",
content: "是否退出登录?",
confirmColor: "#ff4f00",
success: function (res) {
if (res.confirm) {
console.log("用户点击确定");


Cargando…
Cancelar
Guardar