Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
6 years ago
Commit
34fe4acdcebc99f96676877255da90cf924883a6
1 parent
a091362e
修复`朋友圈`字样审核不通过的问题 review by 黄敬囿
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
11 additions
and
10 deletions
src/app.js
src/components/resource-category/index.scss
src/components/select-size/index.scss
src/components/shareSheet/shareSheet.wxml
src/components/shareSheet/shareSheet.wxss
src/config.js
src/libs/config.js
src/pages/zeroSell/detail.js
src/pages/zeroSell/myList.js
src/app.js
View file @
34fe4ac
...
...
@@ -157,7 +157,7 @@ class App extends Component {
//登录态过期
Taro
.
setStorage
({
key
:
'WXThird_session'
,
data
:
''
});
Taro
.
setStorage
({
key
:
'userInfo'
,
data
:
''
});
Taro
.
setStorage
({
key
:
'union
ID
'
,
data
:
''
});
Taro
.
setStorage
({
key
:
'union
id
'
,
data
:
''
});
Taro
.
setStorage
({
key
:
'user_union_type'
,
data
:
''
});
Taro
.
setStorage
({
key
:
'session_key'
,
data
:
''
});
}
...
...
src/components/resource-category/index.scss
View file @
34fe4ac
...
...
@@ -51,6 +51,7 @@
white-space
:
nowrap
;
.item-group
{
vertical-align
:top
;
display
:
inline-block
;
width
:
600px
;
height
:
440px
;
...
...
src/components/select-size/index.scss
View file @
34fe4ac
...
...
@@ -37,11 +37,11 @@
.size-list
{
display
:
flex
;
// align-items: center;
flex-wrap
:
wrap
;
margin-top
:
38px
;
// border-left: 2px solid #ddd;
min-height
:
402px
;
align-content
:
flex-start
;
.size-item
{
...
...
src/components/shareSheet/shareSheet.wxml
View file @
34fe4ac
...
...
@@ -9,7 +9,7 @@
<button class='item right' bindtap='onShare' hover-class="none" plain='true' data-type="moments">
<image class='icon' src='../../assets/images/wechat@3x.png'></image>
<text class='title'>
朋友圈
</text>
<text class='title'>
生成海报分享
</text>
</button>
</view>
<view class='line'></view>
...
...
src/components/shareSheet/shareSheet.wxss
View file @
34fe4ac
...
...
@@ -45,15 +45,15 @@
}
.left {
margin-left: 1
83
rpx;
margin-left: 1
60
rpx;
}
.right {
margin-right: 1
83
rpx;
margin-right: 1
60
rpx;
}
.main-view .share-view .item {
width: 1
0
0rpx;
width: 1
5
0rpx;
height: 100%;
border-radius: 0;
border-style: none;
...
...
src/config.js
View file @
34fe4ac
...
...
@@ -32,7 +32,7 @@ export default {
api
:
'https://2.yohobuy.com'
,
yohoApi
:
'https://api.yoho.cn'
,
yohoLogin
:
'https://api.yoho.cn'
,
activityHost
:
'http://action.yoho.cn'
,
activityHost
:
'http
s
://action.yoho.cn'
,
reportHost
:
'https://app.yoho.cn/collect/v3'
},
apiParams
:
{
...
...
src/libs/config.js
View file @
34fe4ac
...
...
@@ -5,7 +5,7 @@ export const LOG_EVENT_HOST = 'https://analysis.yohobuy.com/yas_mobile';
// export const ACTIVITY_HOST = 'http://192.168.102.49:6006';
// export const ACTIVITY_HOST = 'http://127.0.0.1:6006'
export
const
ACTIVITY_HOST
=
'http://action.yoho.cn'
;
export
const
ACTIVITY_HOST
=
'http
s
://action.yoho.cn'
;
// export const API_HOST = 'http://dev-api.yohops.com:9999';
// export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/';
...
...
src/pages/zeroSell/detail.js
View file @
34fe4ac
...
...
@@ -91,7 +91,7 @@ Page(Object.assign({
image_src
:
'../../assets/images/wechat@3x.png'
,
},
{
name
:
'
分享到朋友圈
'
,
name
:
'
生成海报分享
'
,
className
:
'action-class'
,
loading
:
false
,
image_src
:
'../../assets/images/wechat_friend@3x.png'
...
...
src/pages/zeroSell/myList.js
View file @
34fe4ac
...
...
@@ -40,7 +40,7 @@ Page(Object.assign({
image_src
:
'../../assets/images/wechat@3x.png'
,
},
{
name
:
'
分享到朋友圈
'
,
name
:
'
生成海报分享
'
,
className
:
'action-class'
,
loading
:
false
,
image_src
:
'../../assets/images/wechat_friend@3x.png'
...
...
Please
register
or
login
to post a comment