diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue
index f87ede7..dc69e7d 100644
--- a/pkg_join/views/shop.vue
+++ b/pkg_join/views/shop.vue
@@ -191,22 +191,25 @@
*
-
-
+
+
+
+
+
+ ref="uCode"
+ seconds="30"
+ changeText="X秒重新获取"
+ @change="codeChange"
+ />
-
-
+ :text="tips"
+ type="success"
+ size="normal"
+ @tap="getCode"
+ />
+
+
@@ -736,4 +739,11 @@ export default {
width: 80px;
height: 80px;
}
+.captcha-wrap {
+ display: flex;
+ align-items: center;
+ .captcha-wrap-input {
+ flex: 1;
+ }
+}