diff --git a/components/BsPay.vue b/components/BsPay.vue
new file mode 100644
index 0000000..e29a13e
--- /dev/null
+++ b/components/BsPay.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
{{timeTips}}
+
+
+
已超时,请重新下单
+
+
如支付后没有自动跳转,请点击 完成付款
+
+
+
+
\ No newline at end of file
diff --git a/components/UiLineBox.vue b/components/UiLineBox.vue
new file mode 100644
index 0000000..e69de29
diff --git a/components/UiRadio.vue b/components/UiRadio.vue
new file mode 100644
index 0000000..d409acf
--- /dev/null
+++ b/components/UiRadio.vue
@@ -0,0 +1,10 @@
+
+
+
+
\ No newline at end of file
diff --git a/layouts/default.vue b/layouts/default.vue
index ba34c1a..4a373e2 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-04 17:56:39
* @LastEditors: ch
- * @LastEditTime: 2022-05-04 21:19:27
+ * @LastEditTime: 2022-05-07 23:02:34
* @Description: file content
-->
@@ -21,7 +21,7 @@ export default {
};
\ No newline at end of file
diff --git a/pages/order/submit/module/OrderInfo.vue b/pages/order/submit/module/OrderInfo.vue
index 3ed4bdc..c2ea61e 100644
--- a/pages/order/submit/module/OrderInfo.vue
+++ b/pages/order/submit/module/OrderInfo.vue
@@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-04 17:36:46
* @LastEditors: ch
- * @LastEditTime: 2022-05-04 17:49:58
+ * @LastEditTime: 2022-05-07 22:42:40
* @Description: file content
-->
@@ -15,7 +15,8 @@ export default {
return {
}
- }
+ },
+
}