Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
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
lea guo
5 years ago
Commit
e05df38d9e8cf21b553a740d533a206cf553957a
1 parent
c1071943
20191023:返利活动修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
apps/pages/single/alipay/form.vue
apps/pages/single/alipay/form.vue
View file @
e05df38
...
...
@@ -13,7 +13,12 @@
<div class="item">
<img class="desc" src="//cdn.yoho.cn/20190912/2.jpg?imageView2/2/w/750/format/jpg" alt=""/>
<img class="desc" src="//cdn.yoho.cn/20191023/ufo-10_02.jpg?imageView2/2/w/750/format/jpg" alt=""/>
<!-- <div class="desc"></div> -->
</div>
<div class="item">
<img class="desc" src="//cdn.yoho.cn/20191023/ufo-10_03.jpg?imageView2/2/w/750/format/jpg" alt=""/>
<!-- <div class="desc"></div> -->
</div>
...
...
@@ -38,12 +43,12 @@
</div>
<div class="item">
<img class="tip" src="//cdn.yoho.cn/2019
0912/4
.jpg?imageView2/2/w/750/format/jpg">
<img class="tip" src="//cdn.yoho.cn/2019
1023/ufo-10_05
.jpg?imageView2/2/w/750/format/jpg">
</div>
<div class="item">
<
!-- <
div class="item">
<div class="shoe"></div>
</div>
</div>
-->
</div>
...
...
@@ -52,27 +57,26 @@
</template>
<script>
import { Dialog } from 'cube-ui';
import { Dialog } from "cube-ui";
export default {
name:
'AlipayForm'
,
name:
"AlipayForm"
,
components: {
Dialog
},
data() {
return {
alipayAccount: '',
alipayName: ''
alipayAccount: "",
alipayName: ""
};
},
methods: {
onClick() {
if (!this.alipayAccount || !this.alipayName) {
this.$createToast({
type:
'warn'
,
type:
"warn"
,
time: 1000,
txt:
'不能为空'
txt:
"不能为空"
}).show();
return;
}
...
...
@@ -155,7 +159,7 @@ export default {
width: 750px;
height: 314px;
/*margin-top: 45px;*/
background-image: url("//cdn.yoho.cn/2019
0909/
1.jpg?imageView2/2/w/750/format/jpg");
background-image: url("//cdn.yoho.cn/2019
1023/ufo-10_0
1.jpg?imageView2/2/w/750/format/jpg");
background-size: cover;
}
...
...
Please
register
or
login
to post a comment