Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
5f9d4fc7
Commit
5f9d4fc7
authored
Jul 05, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Plain Diff
75
parents
854ddc25
77b97ff4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
35 deletions
+24
-35
webpack.prod.conf.js
build/webpack.prod.conf.js
+8
-8
tips.png
src/assets/share/tips.png
+0
-0
index.vue
src/components/index.vue
+1
-3
address.vue
src/components/mine/address.vue
+3
-3
share.vue
src/components/share.vue
+2
-2
imgUrl.js
src/util/imgUrl.js
+10
-19
No files found.
build/webpack.prod.conf.js
View file @
5f9d4fc7
...
...
@@ -45,14 +45,14 @@ const webpackConfig = merge(baseWebpackConfig, {
collapse_vars
:
true
,
reduce_vars
:
true
,
},
output
:
{
// 最紧凑的输出
// beautify: process.env.NODE_ENV === 'production'?false:true,
beautify
:
false
,
// 删除所有的注释
// comments: process.env.NODE_ENV === 'production'?false:true,
comments
:
false
,
}
//
output: {
//
// 最紧凑的输出
//
// beautify: process.env.NODE_ENV === 'production'?false:true,
//
beautify:false,
//
// 删除所有的注释
//
// comments: process.env.NODE_ENV === 'production'?false:true,
//
comments: false,
//
}
},
sourceMap
:
config
.
build
.
productionSourceMap
,
parallel
:
true
...
...
src/assets/share/tips.png
deleted
100644 → 0
View file @
854ddc25
8.67 KB
src/components/index.vue
View file @
5f9d4fc7
...
...
@@ -342,9 +342,7 @@ export default {
// localStorageFn.set('liuyi',true)
// debugger
// cookie.delete('liuyi')
if
(
typeof
ss
!==
'undefined'
){
console
.
log
(
ss
,
'345'
)
}
console
.
log
(
html2canvas
)
this
.
unlook
=
localStorage
.
getItem
(
'unlook'
);
if
(
document
.
body
.
clientWidth
>
700
){
that
.
orientationchange
=
true
...
...
src/components/mine/address.vue
View file @
5f9d4fc7
...
...
@@ -45,12 +45,12 @@
<div
class=
"head next"
>
<i
style=
"background:#FFD454"
></i>
下期收货地址
<span
class=
"fl-r"
@
click=
"goEdit"
v-if=
"noDeliverDetail.flag == 1"
>
<span
class=
"fl-r"
@
click=
"goEdit"
>
<span
class=
"iconfont icon-icon_edit"
></span>
修改
</span>
<span
class=
"fl-r Invalid"
v-if=
"noDeliverDetail.flag == 0"
>
<
!--
<
span
class=
"fl-r Invalid"
v-if=
"noDeliverDetail.flag == 0"
>
<span
class=
"iconfont icon-icon_edit"
></span>
修改
</span>
</span>
-->
<!--
<span
class=
"fl-r"
@
click=
"goEdit"
>
<span
class=
"iconfont icon-icon_edit"
></span>
修改
</span>
-->
...
...
src/components/share.vue
View file @
5f9d4fc7
...
...
@@ -3,12 +3,12 @@
</
template
>
<
script
>
import
{
share
}
from
"../util/imgUrl"
;
//
import {share} from "../util/imgUrl";
export
default
{
name
:
"share"
,
data
(){
return
{
imgUrl
:
share
,
//
imgUrl:share,
num
:
0
,
pNum
:
0
,
watchLog
:
null
,
...
...
src/util/imgUrl.js
View file @
5f9d4fc7
...
...
@@ -34,14 +34,6 @@ import shop_teacher from '../assets/shop/teacher.png'
import
shop_gou
from
'../assets/shop/gou.png'
import
shop_jiantou
from
'../assets/shop/jiantou.png'
import
share_background
from
'../assets/share/background.png'
import
share_tips
from
'../assets/share/tips.png'
import
share_1
from
'../assets/share/1.png'
import
share_2
from
'../assets/share/2.png'
import
share_3
from
'../assets/share/3.png'
import
share_4
from
'../assets/share/4.png'
import
share_5
from
'../assets/share/5.png'
import
preview01
from
'../assets/index/1.png'
import
preview02
from
'../assets/index/2.png'
import
preview03
from
'../assets/index/3.png'
...
...
@@ -102,17 +94,16 @@ export const order = {
orderStatus4
:
orderStatus4
};
// 分享学习记录
export
const
share
=
{
background
:
share_background
,
tips
:
share_tips
,
list
:[
share_1
,
share_2
,
share_3
,
share_4
,
share_5
]
};
// export const share = {
// background:share_background,
// list:[
// share_1,
// share_2,
// share_3,
// share_4,
// share_5
// ]
// };
// 分享宝宝档案
export
const
bbdaIcon
=
{
girl2
:
girl2
,
...
...
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