diff --git a/components/lf-price/lf-price.vue b/components/lf-price/lf-price.vue
index 43050c3..5158d9f 100644
--- a/components/lf-price/lf-price.vue
+++ b/components/lf-price/lf-price.vue
@@ -1,11 +1,11 @@
-
+
- {{ showPrice(1) }}
- .{{ showPrice(2) }}
+ {{ showPrice(1) }}
+ .{{ showPrice(2) }}
- {{ showPrice() }}
+ {{ showPrice() }}
@@ -16,6 +16,10 @@
price: {
type: [Number, String],
default: ''
+ },
+ color: {
+ type: String,
+ default: '#FF0000'
}
},
computed: {
@@ -42,5 +46,21 @@
diff --git a/pages.json b/pages.json
index 12c513a..75b6102 100644
--- a/pages.json
+++ b/pages.json
@@ -270,6 +270,12 @@
"style": {
"navigationBarTitleText": "形象照"
}
+ },
+ {
+ "path": "pages/my/getRedLine",
+ "style": {
+ "navigationBarTitleText": "获取红线"
+ }
}
],
"globalStyle": {
diff --git a/pages/my/getRedLine.vue b/pages/my/getRedLine.vue
new file mode 100644
index 0000000..c32f4ca
--- /dev/null
+++ b/pages/my/getRedLine.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+ 有效3天
+
+
+
+ 套餐一:实用
+
+ 套餐一:实实用实用实用实用实用实用用
+ 6.5折
+
+
+ 红线数:
+ 1根
+
+
+
+ ¥30.00
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/my/index.vue b/pages/my/index.vue
index 80a02a0..369d741 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -51,7 +51,7 @@
-->
-
+