diff --git a/pages.json b/pages.json
index c697e57..a67e7db 100644
--- a/pages.json
+++ b/pages.json
@@ -1,6 +1,5 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
{
"path": "pages/tabBar/home/home",
"style": {
@@ -292,35 +291,41 @@
"enablePullDownRefresh": false
}
+ }, {
+ "path": "pages/goods/coupons-info-details/coupons-info-details",
+ "style": {
+ "navigationBarTitleText": "优惠券详情",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "pages/user/mineCouponsDestails/mineCouponsDestails",
+ "style": {
+ "navigationBarTitleText": "优惠券详情",
+ "enablePullDownRefresh": false
+ }
+
+ }, {
+ "path": "pages/goods/externalCoupon/externalCoupon",
+ "style": {
+ "navigationBarTitleText": "扫码领取优惠券",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path": "pages/user/minePromotion/minePromotion",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
+ "backgroundTextStyle": "light",
+ "navigationBarBackgroundColor": "#f06c7a",
+ "backgroundColorTop": "#f06c7a",
+ "navigationBarTextStyle": "white"
+ }
}
- ,{
- "path" : "pages/goods/coupons-info-details/coupons-info-details",
- "style" :
- {
- "navigationBarTitleText": "优惠券详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/user/mineCouponsDestails/mineCouponsDestails",
- "style" :
- {
- "navigationBarTitleText": "优惠券详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/goods/externalCoupon/externalCoupon",
- "style" :
- {
- "navigationBarTitleText": "扫码领取优惠券",
- "enablePullDownRefresh": false
- }
-
- }
- ],
+
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/user/minePromotion/minePromotion.vue b/pages/user/minePromotion/minePromotion.vue
new file mode 100644
index 0000000..c69c36b
--- /dev/null
+++ b/pages/user/minePromotion/minePromotion.vue
@@ -0,0 +1,65 @@
+
+
+ 我的推广
+
+
+
+
+ 今日数据
+
+
+
+
+ 7
+ 5300.00
+
+
+
+
+
+
+
+
diff --git a/uni.scss b/uni.scss
index 887f1c9..2adad58 100644
--- a/uni.scss
+++ b/uni.scss
@@ -119,8 +119,13 @@ $uni-font-size-paragraph:30upx;
/* 字体间距 */
.fontspec {
letter-spacing: 1px;
+}
+
+.fontspec10 {
+ letter-spacing: 10px;
}
+
/* 字体行间距 */
.linehet {
line-height: 20px;
@@ -304,9 +309,14 @@ $uni-font-size-paragraph:30upx;
.height60 {
height: 60px;
+}
+
+.height90 {
+ height: 90px;
}
+
.height30 {
height: 30px;
line-height: 30px;