浏览代码

upd: alipay code

richard1015 3 年之前
父节点
当前提交
8acbef1b24
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/sites/mobile/components/IndexTaro.vue

+ 5 - 0
src/sites/mobile/components/IndexTaro.vue

@@ -12,6 +12,10 @@
         src="https://img12.360buyimg.com/imagetools/jfs/t1/174054/4/15968/66201/60d0028dE590f0aa8/752ecef62e4f1cbe.jpg"
         width="200"
       />
+      <img
+        src="https://img12.360buyimg.com/imagetools/jfs/t1/205124/1/15643/30360/62aad730Ea5734bf9/703bb91a0b73282f.png"
+        width="250"
+      />
     </div>
   </div>
 </template>
@@ -68,6 +72,7 @@ export default defineComponent({
     padding: 30px 25px;
     align-items: center;
     justify-content: center;
+    flex-direction: column;
   }
 }
 </style>