congzc hace 1 año
padre
commit
bb90261364
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/pages/created/index.vue

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

@@ -106,7 +106,7 @@ const previewImageList = ref([]); //预览图片列表
const timer = ref(null);
async function getSwiperList() {
const res = await getPhotoListApi(workId.value);
// createState.value = res.data.status;
createState.value = res.data.status;

if (res.data.photoList) {
uni.showToast({


Cargando…
Cancelar
Guardar