Skip to content

Commit 5f1b32f

Browse files
committed
基本页面完成
1 parent ca55952 commit 5f1b32f

14 files changed

Lines changed: 814 additions & 19 deletions

File tree

pages.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,30 @@
108108
"style": {
109109
"navigationBarTitleText": ""
110110
}
111+
},
112+
{
113+
"path" : "pages/my/balance",
114+
"style": {
115+
"navigationBarTitleText": "我的资产"
116+
}
117+
},
118+
{
119+
"path" : "pages/score/index",
120+
"style": {
121+
"navigationBarTitleText": "我的积分"
122+
}
123+
},
124+
{
125+
"path" : "pages/coupons/index",
126+
"style": {
127+
"navigationBarTitleText": "优惠券"
128+
}
129+
},
130+
{
131+
"path" : "pages/search/index",
132+
"style": {
133+
"navigationBarTitleText": "搜一搜"
134+
}
111135
}
112136
],
113137
"globalStyle": {
@@ -135,7 +159,7 @@
135159
"text": "分类"
136160
},
137161
{
138-
"pagePath": "pages/category/category",
162+
"pagePath": "pages/coupons/index",
139163
"iconPath": "static/images/nav/coupon-off.png",
140164
"selectedIconPath": "static/images/nav/coupon-on.png",
141165
"text": "优惠券"

pages/about/about.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
.about {
5858
.content {
5959
padding: 32rpx;
60+
font-size: 28rpx;
61+
line-height: 48rpx;
62+
color: #333;
6063
}
6164
}
6265
</style>

pages/category/category.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@
230230
})
231231
},
232232
search(v) {
233-
console.log(v);
234233
uni.navigateTo({
235234
url: '/pages/goods/list?kw=' + v,
236235
})

0 commit comments

Comments
 (0)