Browse Source

空状态下跳转链接修改

yangc 8 years ago
parent
commit
a787e3ba9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/brand/ComponentDetail.vue

+ 1 - 1
components/mobile/brand/ComponentDetail.vue

@@ -78,7 +78,7 @@
       <div v-if="!storeList.content || storeList.content.length == 0" class="no-store">
       <div v-if="!storeList.content || storeList.content.length == 0" class="no-store">
         <img src="/images/mobile/@2x/car@2x.png" alt="">
         <img src="/images/mobile/@2x/car@2x.png" alt="">
         <div>抱歉,暂无商家出售此型号!</div>
         <div>抱歉,暂无商家出售此型号!</div>
-        <div>您可前往<a href="www.usoftmall.com" class="link-url">www.usoftmall.com</a>网页版进行“发布求购”或“产品上架”操作!</div>
+        <div>您可前往<a href="http://www.usoftmall.com" class="link-url">www.usoftmall.com</a>网页版进行“发布求购”或“产品上架”操作!</div>
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>