|
@ -1,6 +1,6 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<img src="/static/logo.png" style="position: absolute;right: 10px;top: 10px;" height="25rpx"/> |
|
|
|
|
|
|
|
|
<!-- <img src="/static/logo.png" style="position: absolute;right: 10px;top: 10px;" height="25rpx"/> --> |
|
|
<img :src="item" width="100%" v-for="(item, index) in list"/> |
|
|
<img :src="item" width="100%" v-for="(item, index) in list"/> |
|
|
|
|
|
|
|
|
<view class="bottom"> |
|
|
<view class="bottom"> |
|
@ -37,7 +37,7 @@ |
|
|
</view> --> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view style="color: rgb(238 234 56);font-size: 33rpx;margin-top: 460rpx;display: flex; |
|
|
|
|
|
|
|
|
<!-- <view style="color: rgb(238 234 56);font-size: 33rpx;margin-top: 460rpx;display: flex; |
|
|
justify-content: center;align-items: center;font-weight: 900;"> |
|
|
justify-content: center;align-items: center;font-weight: 900;"> |
|
|
<img src="/static/d01.png" style="margin-right: 10rpx;" height="28rpx"/> |
|
|
<img src="/static/d01.png" style="margin-right: 10rpx;" height="28rpx"/> |
|
|
<view style="position: relative;"> |
|
|
<view style="position: relative;"> |
|
@ -54,7 +54,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
冠尚彤语言训练系统 |
|
|
冠尚彤语言训练系统 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
@ -73,12 +73,12 @@ |
|
|
name: '', |
|
|
name: '', |
|
|
phone: '', |
|
|
phone: '', |
|
|
}, |
|
|
}, |
|
|
type : 1,//0是money,1是price |
|
|
|
|
|
|
|
|
type : 0,//0是money,1是price |
|
|
phone : '400-026-7262', |
|
|
phone : '400-026-7262', |
|
|
list : [ |
|
|
list : [ |
|
|
'/static/0240718173256.jpg', |
|
|
|
|
|
'/static/24.png', |
|
|
|
|
|
'/static/123.png', |
|
|
|
|
|
|
|
|
// '/static/0240718173256.jpg', |
|
|
|
|
|
// '/static/24.png', |
|
|
|
|
|
// '/static/123.png', |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|