Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑秀明
shop_mobile_uni
Commits
39924d15
Commit
39924d15
authored
Mar 13, 2020
by
郑秀明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
bbc88816
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
manifest.json
manifest.json
+3
-3
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-0
search.vue
pages/search/search.vue
+4
-1
No files found.
manifest.json
View file @
39924d15
...
...
@@ -2,7 +2,7 @@
"name"
:
"shop_mobile_uni"
,
"appid"
:
"__UNI__F904656"
,
"description"
:
""
,
"versionName"
:
"1.0.
5
"
,
"versionName"
:
"1.0.
6
"
,
"versionCode"
:
"100"
,
"transformPx"
:
false
,
"app-plus"
:
{
...
...
@@ -51,7 +51,7 @@
"mode"
:
"history"
,
"base"
:
"/uni"
},
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/
test/1.0.5
/"
,
"publicPath"
:
"https://dbc-static.oss-cn-beijing.aliyuncs.com/dbc-shop/uni/
mirror/1.0.6
/"
,
"optimization"
:
{
"treeShaking"
:
{
"enable"
:
true
...
...
@@ -62,7 +62,7 @@
"disableHostCheck"
:
true
,
"proxy"
:
{
"/uni/api"
:
{
"target"
:
"http://
192.168.50.133:6564
/"
,
"target"
:
"http://
39.96.85.45:9093
/"
,
"changeOrigin"
:
true
,
"secure"
:
false
,
"pathRewrite"
:
{
...
...
package-lock.json
View file @
39924d15
{
"name"
:
"shop_mobile_uni"
,
"version"
:
"1.0.
0
"
,
"version"
:
"1.0.
3
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
package.json
View file @
39924d15
...
...
@@ -28,4 +28,5 @@
"
jweixin-module
"
:
"
^1.6.0
"
,
"
moment
"
:
"
^2.24.0
"
}
}
pages/search/search.vue
View file @
39924d15
...
...
@@ -40,7 +40,7 @@
</view>
</view>
<!-- 空白页 -->
<empty
v-if=
"goods_list.length === 0"
title=
'
暂无商品数据
'
></empty>
<empty
v-if=
"goods_list.length === 0"
title=
''
></empty>
<!-- 商品列表 -->
<view
class=
"goods-list"
v-if=
"goods_list.length > 0"
>
<view
class=
"goods-item"
v-for=
"(item,index) in goods_list"
:key=
"index"
>
...
...
@@ -414,5 +414,8 @@
}
}
}
.unlogin_price{
font-size: 30rpx;
}
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment