congzc 1年前
コミット
bb90261364
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/created/index.vue

+ 1
- 1
src/pages/created/index.vue ファイルの表示

@@ -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({


読み込み中…
キャンセル
保存