Explorar el Código

修改攻略文字提示

ymm hace 3 años
padre
commit
4f60dbc536
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      microserviceUserH5/vcloud/actFissionShare.html

+ 4 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -235,7 +235,7 @@
         <div v-if='!isshow' class="hideContainer">
             <div>
                 <img src="../static/offImg/no-data.png" alt="" />
-                <p>活动已下架,敬请期待</p>
+                <p>{{msg}},敬请期待</p>
             </div>
         </div>
     </div>
@@ -251,11 +251,12 @@
             data: {
                 isshow: true,
                 id: GetRequest().id ? GetRequest().id : 404,
-                username: GetRequest().username ? GetRequest().username : 'admin',
+                username: GetRequest().username ? GetRequest().username : 'dL8gP1638608074',
                 topic: null,
                 defaultImg: 'this.src="' + "../static/offImg/tou.png" + '"',
                 marqueeList: [],
                 code: '',
+                msg:'活动已下架'
 
             },
             created() {
@@ -392,6 +393,7 @@
                                 this.topic = res.data.content;
                                 console.log(this.topic)
                             } else {
+                                this.msg=res.msg;
                                 this.isshow = false;
 
                             }