活动发布审核,成功,失败三个图标的上传
parent
4936b28e27
commit
e48644e320
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Binary file not shown.
After Width: | Height: | Size: 143 KiB |
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
|
@ -25,14 +25,14 @@ const tu23 = ref(QNDomain + "home/icon/image/png/tu2-3_20240602093303793.png")
|
|||
const tu2x = ref(QNDomain + "home/nullimage/png/添加图片@2x_web_fileInfowx_20240628020213106.png")
|
||||
|
||||
//话题发布-等待审核
|
||||
const sh2x2 = ref(QNDomain + "home/icon/image/png/audit2x2_20240612231345595.png")
|
||||
const sh2x1 = ref(QNDomain + "home/icon/image/png/等待审核@2x1_20240604202431492.png")
|
||||
const sh2x2 = ref("/static/images/icons/sh2x2.png")
|
||||
const sh2x1 = ref("/static/images/icons/sh2x1.png")
|
||||
//话题-发布话题 发布成功
|
||||
const cg2x21 = ref(QNDomain + "home/icon/image/png/成功@2x2 (2)_20240605100300398.png");
|
||||
const cg2x22 = ref(QNDomain + "home/icon/image/png/publis2x2_20240612231345595.png");
|
||||
const cg2x21 = ref("/static/images/icons/cg2x21.png");
|
||||
const cg2x22 = ref("/static/images/icons/cg2x22.png");
|
||||
//话题-发布话题 审核失败
|
||||
const sb2x2 = ref(QNDomain + "home/icon/image/png/sb2x2_20240612231345595.png");
|
||||
const sb2x1 = ref(QNDomain + "home/icon/image/png/审核失败@2x1_20240605101107230.png");
|
||||
const sb2x2 = ref("/static/images/icons/sb2x2.png");
|
||||
const sb2x1 = ref("/static/images/icons/sb2x1.png");
|
||||
|
||||
//我的界面
|
||||
//+背景图
|
||||
|
|
Loading…
Reference in New Issue