Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
d5ae00fe
Commit
d5ae00fe
authored
Oct 23, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换一些图片
parent
1996f492
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
12 additions
and
5726 deletions
+12
-5726
style11.vue
components/cats/style11.vue
+1
-1
style3.vue
components/cats/style3.vue
+1
-1
style4.vue
components/cats/style4.vue
+1
-1
style7.vue
components/cats/style7.vue
+1
-1
style8.vue
components/cats/style8.vue
+1
-1
list.vue
components/goods/list.vue
+1
-1
address_chosen.vue
pages/address/address_chosen.vue
+0
-27
recharge.vue
pages/balance/recharge.vue
+1
-1
index.vue
pages/card/index/index.vue
+0
-26
index.vue
pages/foot/index/index.vue
+1
-1
u-charts.js
pages/school/components/u-charts/u-charts.js
+0
-5662
u-charts.min.js
pages/school/components/u-charts/u-charts.min.js
+1
-0
mystudy.vue
pages/school/mystudy/mystudy.vue
+3
-3
icon-balance-recharge-bg.png
static/images/icon/icon-balance-recharge-bg.png
+0
-0
plugins-out.png
static/images/icon/plugins-out.png
+0
-0
No files found.
components/cats/style11.vue
View file @
d5ae00fe
...
...
@@ -27,7 +27,7 @@
<view
class=
"good"
v-for=
"(cx, ci) in g"
:key=
"ci"
@
click=
"clickHandler(cx)"
>
<view
class=
"good-img"
style=
"position: relative;"
>
<image
mode=
"aspectFit"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%;"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</view>
...
...
components/cats/style3.vue
View file @
d5ae00fe
...
...
@@ -33,7 +33,7 @@
<view
class=
"good"
@
click=
"clickHandler(cx)"
>
<view
class=
"good-img"
style=
"position: relative;"
>
<image
mode=
"aspectFit"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</view>
...
...
components/cats/style4.vue
View file @
d5ae00fe
...
...
@@ -37,7 +37,7 @@
>
<div
class=
"good-img"
style=
"position: relative;"
>
<image
mode=
"aspectFit"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%;"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</div>
...
...
components/cats/style7.vue
View file @
d5ae00fe
...
...
@@ -45,7 +45,7 @@
<div
class=
"good"
@
click=
"clickHandler(cx)"
>
<div
class=
"good-img"
style=
"position: relative;"
>
<image
mode=
"aspectFit"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%;"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</div>
...
...
components/cats/style8.vue
View file @
d5ae00fe
...
...
@@ -44,7 +44,7 @@
<view
class=
"good"
v-for=
"(cx, ci) in g"
:key=
"ci"
@
click=
"clickHandler(cx)"
>
<view
class=
"good-img"
style=
"position: relative;"
>
<image
mode=
"aspectFit"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%;"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</view>
...
...
components/goods/list.vue
View file @
d5ae00fe
...
...
@@ -5,7 +5,7 @@
<view
class=
"good"
@
click=
"clickHandler(cx)"
>
<view
class=
"good-img"
>
<image
mode=
"aspectFill"
:src=
"cx.cover_pic"
style=
"width: 100%; height: 100%;"
>
<image
src=
"
../../static/images/icon
/plugins-out.png"
v-if=
"cx.totalStock==0"
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"cx.totalStock==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
</image>
</view>
...
...
pages/address/address_chosen.vue
View file @
d5ae00fe
...
...
@@ -129,33 +129,6 @@ export default {
}
}
);
// let h=this.apiheader()
// this.request(
// {
// url: "",
// header: h,
// data: {
// r: "api/user/address",
// },
// },
// (res) => {
// uni.hideNavigationBarLoading();
// this.isloading = false;
// this.list = res.data.list;
// let index = -1;
// this.list.forEach((x, i) => {
// x.mobile = x.mobile.substr(0, 3) + "****" + x.mobile.substr(7);
// if (x.id == this.defaultId) {
// this.currentAddress = x;
// index = i;
// }
// });
// if (index != -1) {
// this.list.splice(index, 1);
// }
// }
// );
},
},
};
...
...
pages/balance/recharge.vue
View file @
d5ae00fe
...
...
@@ -163,7 +163,7 @@
height
:
15px
;
}
.rechargeStyle
.balance
{
background-image
:
url(
../../static/images/icon/icon-balance-recharge-bg.png
)
;
background-image
:
url(
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/icon-balance-recharge-bg.png'
)
;
background-repeat
:
no-repeat
;
background-size
:
100%
90px
;
margin-top
:
30
rpx
;
...
...
pages/card/index/index.vue
View file @
d5ae00fe
...
...
@@ -9,8 +9,6 @@
></u-tabs>
<u-empty
v-if=
"g.length == 0"
text=
"暂无相关卡券"
mode=
"order"
></u-empty>
<!--
<error
v-if=
"g.length == 0"
type=
"2"
></error>
-->
<view
v-if=
"g.length > 0"
style=
"
...
...
@@ -127,30 +125,6 @@ export default {
this
.
isover
=
false
;
let
h
=
this
.
apiheader
();
this
.
loading
=
false
;
// this.request(
// {
// url: "",
// header: h,
// data: {
// r: "api/card/user-card",
// status: this.current+1,
// page: this.page,
// },
// },
// (res) => {
// this.loading = false;
// if(res.data.list.length>0){
// this.g = this.g.concat(res.data.list);
// // TODO 这里没返一共多少页 注意下
// // this.page_count = res.data.pagination.page_count;
// // if (this.page_count == 1) {
// // this.isover = true;
// // }
// }
// }
// );
},
lower
(
e
)
{
if
(
this
.
page
<
this
.
page_count
)
{
...
...
pages/foot/index/index.vue
View file @
d5ae00fe
...
...
@@ -48,7 +48,7 @@
<view
class=
"good-img"
@
click=
"clickHandler(cx.GoodsId)"
>
<image
:src=
"cx.GoodsImgPath"
style=
"width: 100%; height: 100%;"
/>
<!-- 如果此商品售完 -->
<!--
<image
src=
"
../../../static/images/icon
/plugins-out.png"
v-if=
"item.goods_num==0"
<!--
<image
src=
"
https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static
/plugins-out.png"
v-if=
"item.goods_num==0"
style=
"width: 100%; height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.6;"
/>
-->
</view>
<view
class=
"good-info"
>
...
...
pages/school/components/u-charts/u-charts.js
deleted
100755 → 0
View file @
1996f492
This diff is collapsed.
Click to expand it.
pages/school/components/u-charts/u-charts.min.js
0 → 100755
View file @
d5ae00fe
This diff is collapsed.
Click to expand it.
pages/school/mystudy/mystudy.vue
View file @
d5ae00fe
...
...
@@ -45,7 +45,7 @@
</view>
</view>
<view
class=
"studyB-lately"
@
click=
"gorecord()"
>
<text
style=
"font-size: 16px;color: #1B1D1E;"
>
最近学习
</text>
<text
style=
"font-size: 16px;color: #1B1D1E;
font-weight: bold;
"
>
最近学习
</text>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<text
style=
"font-size: 12px;color: #999999;"
>
更多
</text>
<u-icon
name=
"arrow"
size=
'20'
color=
'#A5A3AB'
></u-icon>
...
...
@@ -67,7 +67,7 @@
</view>
<view
style=
"padding:0 15px;background: #FFF;width: 100%;"
>
<view
class=
"studyB-lately"
@
click=
"gosignup()"
>
<text
style=
"font-size: 16px;color: #1B1D1E;"
>
报名记录
</text>
<text
style=
"font-size: 16px;color: #1B1D1E;
font-weight: bold;
"
>
报名记录
</text>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<text
style=
"font-size: 12px;color: #999999;"
>
更多
</text>
<u-icon
name=
"arrow"
size=
'20'
color=
'#A5A3AB'
></u-icon>
...
...
@@ -105,7 +105,7 @@
import
hParse
from
"@/components/u-parse/parse.vue"
;
import
auth
from
"@/components/auth/index.vue"
;
import
uCharts
from
'../components/u-charts/u-charts.js'
;
import
uCharts
from
'../components/u-charts/u-charts.
min.
js'
;
var
_self
;
var
canvaLineA
=
null
;
export
default
{
...
...
static/images/icon/icon-balance-recharge-bg.png
deleted
100644 → 0
View file @
1996f492
9.24 KB
static/images/icon/plugins-out.png
deleted
100644 → 0
View file @
1996f492
13.9 KB
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