# Conflicts:
#	pages.json
dev
liudan 1 year ago
commit 8bb9ba58b9
  1. 14
      api/category/index.js
  2. 2
      manifest.json
  3. 515
      pages.json
  4. 0
      pages/activity/charts.vue
  5. 0
      pages/activity/newGoods.vue
  6. 9
      pages/activity/ranking.vue
  7. 325
      pages/activity/seckill.vue
  8. 65
      pages/category/index.vue
  9. 32
      pages/goods/detail.vue
  10. 953
      pages/index/index.vue
  11. 223
      pages/member/index.vue
  12. 17
      pages/serve/index.vue
  13. 7
      pages/user/index.vue
  14. BIN
      static/home/limitBuy.png
  15. BIN
      static/home/newUserBg.png
  16. BIN
      static/home/p.png
  17. BIN
      static/home/ph.png
  18. BIN
      static/home/star.png
  19. BIN
      static/home/up.png
  20. BIN
      static/member/others.png
  21. BIN
      static/seckill/bottom.png
  22. BIN
      static/seckill/btnBg.png
  23. BIN
      static/seckill/limit.png
  24. BIN
      static/seckill/line.png
  25. BIN
      static/seckill/topHeader.png

@ -2,10 +2,16 @@ import request from '@/utils/request'
// api地址
const api = {
list: 'category/list'
list: 'category/list',
sonList:'goods/list'
}
// 页面数据
export function list() {
return request.get(api.list)
// 获取分类列表
export const list = (param, option) => {
return request.get(api.list, param, option)
}
// 获取子分类
export const sonList = (param, option) => {
return request.get(api.sonList, param, option)
}

@ -93,7 +93,7 @@
/* */
"mp-weixin" : {
"appid" : "wx34920eb219864734",
"libVersion": "latest",
"libVersion" : "latest",
"setting" : {
// TLS
"urlCheck" : true,

@ -32,6 +32,7 @@
}]
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
@ -76,33 +77,15 @@
// "navigationBarTitleText": "会员中心",
"navigationStyle": "custom"
}
},
{
"path": "pages/newGoods/index",
"style": {
"navigationBarTitleText": "新品首发",
"navigationStyle": "custom"
}
},
{
"path": "pages/ranking/index",
"style": {
"navigationBarTitleText": "排行1",
"navigationStyle": "custom"
}
},
{
"path": "pages/charts/index",
"style": {
// "navigationBarTitleText": "排行2",
"navigationStyle": "custom"
}
},
{
"path": "pages/invite/index",
"style": {
"navigationBarTitleText": "邀请有礼",
"navigationBarBackgroundColor": "#FF5554",
"navigationBarTitleText": "邀请有礼",
"navigationBarBackgroundColor": "#FF5554",
"navigationBarTextStyle": "white"
}
},
@ -470,254 +453,252 @@
}
}
,{
"path" : "pages/order/refund/freight",
"style" :
{
"navigationBarTitleText": "退货运费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refund1",
"style" :
{
"navigationBarTitleText": "申请退款",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refundDetail",
"style" :
{
,{
"path" : "pages/order/refund/freight",
"style" :
{
"navigationBarTitleText": "退货运费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refund1",
"style" :
{
"navigationBarTitleText": "申请退款",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refundDetail",
"style" :
{
"navigationBarTitleText": "退货退款详情",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refundDetail1",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/order/refund/refundDetail1",
"style" :
{
"navigationBarTitleText": "退货退款详情",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/invite/list",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/invite/list",
"style" :
{
"navigationBarTitleText": "邀请记录",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/vip/goods",
"style" :
{
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/vip/goods",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pages/news/",
"pages": [
{
"path" : "coupon/index",
"style" :
{
"navigationBarTitleText": "领券中心",
"navigationBarBackgroundColor": "#FB3A22",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "coupon/list",
"style" :
{
"navigationBarTitleText": "领券中心",
"navigationBarBackgroundColor": "#FB3A22",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/index",
"style" :
{
"navigationBarTitleText": "上门回收",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/detail",
"style" :
{
"navigationBarTitleText": "上门回收",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/confirm",
"style" :
{
"navigationBarTitleText": "确认服务订单",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/timer",
"style" :
{
"navigationBarTitleText": "选择时间",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/order",
"style" :
{
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/activity/",
"pages": [
{
"path" : "presale",
"style" :
{
"navigationBarTitleText": "预售专区",
"enablePullDownRefresh": false
}
},
{
"path" : "presaleRule",
"style" :
{
"navigationBarTitleText": "预售规则",
"enablePullDownRefresh": false
}
},
{
"path" : "intimate",
"style" :
{
"navigationBarTitleText": "贴心服务",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "newsshop",
"style" :
{
"navigationBarTitleText": "新年换新",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "newPeople",
"style" :
{
"navigationBarTitleText": "新人首单礼",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/news1/",
"pages": [
{
"path" : "logistics",
"style" :
{
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "物流问题"
}
},
{
"path": "help",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "帮助与客服"
}
},
{
"path": "jinqun",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "进社群享更多福利"
}
},
{
"path": "wallet",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "huoyuan",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我要货源"
}
},
{
"path": "feedback",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我要反馈"
}
},
{
"path": "MerchantSettlement",
"style": {
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商家入驻"
}
}
]
}
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pages/news/",
"pages": [
{
"path" : "coupon/index",
"style" :
{
"navigationBarTitleText": "领券中心",
"navigationBarBackgroundColor": "#FB3A22",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "coupon/list",
"style" :
{
"navigationBarTitleText": "领券中心",
"navigationBarBackgroundColor": "#FB3A22",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/index",
"style" :
{
"navigationBarTitleText": "上门回收",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/detail",
"style" :
{
"navigationBarTitleText": "上门回收",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/confirm",
"style" :
{
"navigationBarTitleText": "确认服务订单",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/timer",
"style" :
{
"navigationBarTitleText": "选择时间",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "recycling/order",
"style" :
{
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/activity/",
"pages": [
{
"path" : "presale",
"style" :
{
"navigationBarTitleText": "预售专区",
"enablePullDownRefresh": false
}
},
{
"path" : "presaleRule",
"style" :
{
"navigationBarTitleText": "预售规则",
"enablePullDownRefresh": false
}
},
{
"path" : "intimate",
"style" :
{
"navigationBarTitleText": "贴心服务",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "newsshop",
"style" :
{
"navigationBarTitleText": "新年换新",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path" : "newPeople",
"style" :
{
"navigationBarTitleText": "新人首单礼",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/news1/",
"pages": [
{
"path" : "logistics",
"style" :
{
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "物流问题"
}
},
{
"path": "help",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "帮助与客服"
}
},
{
"path": "jinqun",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "进社群享更多福利"
}
},{
"path": "wallet",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "huoyuan",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我要货源"
}
},
{
"path": "feedback",
"style": {
// "enablePullDownRefresh": true,
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "我要反馈"
}
},
{
"path": "MerchantSettlement",
"style": {
"navigationStyle": "default",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商家入驻"
}
}
]
}
],
"globalStyle": {
// #ifdef H5

@ -23,7 +23,7 @@
</scroll-view>
</view>
<view class="rankList" v-for="(s,k) in 4" :key="k">
<view class="firLine">
<view class="firLine" @click="goDetail">
<view class="hotTitle">手机热销榜</view>
<view class="opera">
<text>更多上榜好物</text>
@ -78,6 +78,13 @@
]
}
},
methods:{
goDetail(){
uni.navigateTo({
url:'/pages/activity/charts'
})
},
}
}
</script>

@ -0,0 +1,325 @@
<template>
<view class="seckill">
<view >
<u-navbar title="限时秒杀" back-icon-color="#fff" :border-bottom="false" title-color="#fff" :background="background"></u-navbar>
</view>
<view class="title">
<image src="/static/seckill/topHeader.png" mode="" class="bgImg"></image>
<view class="limitTitle">
<image src="/static/seckill/limit.png" mode="" class="img"></image>
</view>
<view class="time">
<view class="timeItem" v-for="(item,index) in 4" :key="index">
<view class="num">
10:00
</view>
<view class="desc">
疯抢中
</view>
</view>
</view>
</view>
<view class="main">
<view class="over">
<view class="info">
距秒杀结束还剩
</view>
<view class="hou com">
08
</view>:
<view class="min com">
50
</view>:
<view class="sec com">
12
</view>
</view>
<view class="goodsList">
<view class="goodItem" v-for="(item,index) in 3" :key="index" @click="goodsDetail(item)">
<view class="itemImg">
<image src="/static/newGoods/goods.png" mode="" class="goodsImg"></image>
</view>
<view class="goodsInfo">
<view class="name">
Apple iphone 15(A3092)
</view>
<view class="sellNum">
爆卖76件
</view>
<view class="info">
<view class="price">
¥1849
</view>
<view class="delPrice">
<view class="delText">
直降32元
</view>
</view>
<view class="update">
即将调整
</view>
</view>
<view class="line">
<image src="/static/seckill/line.png" mode=""></image>
</view>
<view class="btn">
<view class="killPrice">
秒杀价1149
</view>
<view class="buyNow">
立即抢
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</template>
<script>
import img from "@/static/seckill/topHeader.png"
export default{
data(){
return{
background: {
background: 'url('+ img+') center top no-repeat',
backgroundSize: '100% auto',
},
}
},
methods:{
goodsDetail(item){
uni.navigateTo({
url:'/pages/goods/detail'
})
},
}
}
</script>
<style lang="scss" scoped>
.seckill{
width: 100%;
height: 100%;
}
.title{
width: 100%;
height: 180rpx;
position: relative;
.bgImg{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.limitTitle{
display: flex;
justify-content: center;
z-index: 20;
.img{
margin-top: 20rpx;
width: 302rpx;
height: 82rpx;
z-index: 20;
}
}
.time{
display: flex;
align-items: center;
width: 100%;
justify-content: space-around;
z-index: 30;
.timeItem{
.num{
width: 102rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 33rpx;
text-shadow: 0px 0px 11px #FB3A22;
text-align: center;
}
.desc{
width: 102rpx;
height: 36rpx;
background: #FFFFFF;
border-radius: 62rpx 62rpx 62rpx 62rpx;
opacity: 1;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FB3D27;
line-height: 36rpx;
text-align: center;
}
}
}
}
.main{
width: 100%;
height: 100%;
background: #F4F6FA;
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 1;
padding-top:34rpx ;
.over{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #3C3C3C;
.info{
line-height: 40rpx;
margin-right: 18rpx;
}
.com{
width: 54rpx;
height: 48rpx;
background: #252525;
border-radius: 4rpx 4rpx 4rpx 4rpx;
opacity: 1;
font-size: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 48rpx;
text-align: center;
}
.hou{
margin-right: 4rpx;
}
.min{
margin: 0 4rpx;
}
.sec{
margin-left: 4rpx;
}
}
}
.goodsList{
margin-top: 22rpx;
.goodItem{
margin-left: 34rpx;
width: 686rpx;
height: 342rpx;
background: #FFFFFF;
border-radius: 8rpx 8rpx 8rpx 8rpx;
opacity: 1;
display: flex;
padding: 48rpx 32rpx 36rpx 6rpx;
margin-bottom: 26rpx;
.itemImg{
width: 258rpx;
height: 258rpx;
border-radius: 0rpx 0rpx 0rpx 0rpx;
opacity: 1;
.goodsImg{
width: 100%;
height: 100%;
}
}
.goodsInfo{
.name{
height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #0E0E0E;
line-height: 44rpx;
}
.sellNum{
height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #A9A9A9;
line-height: 44rpx;
margin-bottom: 8rpx;
}
.info{
display: flex;
.price{
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #979797;
line-height: 40rpx;
}
.delPrice{
width: 132rpx;
height: 48rpx;
font-size: 20rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #FB402B;
line-height: 23rpx;
background-image: url('../../static/seckill/bottom.png');
background-size: 100% 100%;
margin:0 12rpx 0 14rpx;
.delText{
width: 132rpx;
text-align: center;
margin-top: 4rpx;
}
}
.update{
width: 112rpx;
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #979797;
line-height: 40rpx;
}
}
.line{
width: 302rpx;
height: 30rpx;
margin-left:22rpx;
image{
width: 100%;
height: 100%;
}
}
.btn{
margin-top: 14rpx;
width: 390rpx;
height: 70rpx;
border-radius: 96rpx 96rpx 96rpx 96rpx;
opacity: 1;
text-align: center;
line-height: 70rpx;
display: flex;
justify-content: space-between;
background-image: url('../../static/seckill/btnBg.png');
background-size: 100% 100%;
.killPrice{
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FF423D;
margin-left: 26rpx;
}
.buyNow{
width: 84rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
margin-right: 34rpx;
}
}
}
}
}
</style>

@ -8,7 +8,7 @@
<view class="menu">
<scroll-view :scroll-top="scrollTop" scroll-y="true" class="scroll-Y" @scrolltoupper="upper"
@scrolltolower="lower" @scroll="scroll">
<view id="demo1" class="menuList" v-for="(item,index) in 10" :key="index">厨房电器</view>
<view id="demo1" class="menuList" v-for="(item,index) in menuList" :key="index">{{item.name}}</view>
</scroll-view>
</view>
<view class="goods">
@ -32,13 +32,13 @@
</view>
<view class="goodsCenter">
<view class="hotType">
投影仪
{{typeName}}
</view>
<view class="goodsList">
<view class="listItem" v-for="(item,index) in 9" :key="index">
<image src="/static/home/goodsDemo.png" mode="" class="goodsImg"></image>
<view class="listItem" v-for="(item,index) in goodsList" :key="index" @click="goodsDetail(item)">
<image :src="item.goods_image" mode="" class="goodsImg"></image>
<view class="goodsName">
TCL
{{item.goods_name}}
</view>
</view>
</view>
@ -49,18 +49,60 @@
</view>
</template>
<script>
import * as cstegory from '@/api/category'
export default{
data(){
return{
menuList:[],
typeName:'空调',
goodsList:[],
}
},
onShow(){
this.getGoodsTypeList();
this.getSonList()
},
methods:{
getGoodsTypeList(){
const that = this;
console.log(cstegory.list(),'接口地址')
return new Promise((resolve, reject) => {
cstegory.list()
.then(res => {
//
console.log(res,'分类数据')
that.menuList = res.data.list
})
.catch(reject)
})
},
goSearch(){
uni.navigateTo({
url:'/pages/search/index'
})
},
getSonList(){
const that = this;
let params = {
categoryId:'10003',
page:1
}
return new Promise((resolve, reject) => {
cstegory.sonList()
.then(res => {
//
console.log(res,'子数据')
this.goodsList = res.data.list.data
})
.catch(reject)
})
},
goodsDetail(item){
//
uni.navigateTo({
url:'/pages/goods/detail'
})
},
}
}
</script>
@ -146,7 +188,7 @@
}
.goodsCenter{
width: 566rpx;
height: 700rpx;
min-height: 700rpx;
background: #FFFFFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
opacity: 1;
@ -170,11 +212,11 @@
}
.listItem{
width: 180rpx;
height: 150rpx;
height: 200rpx;
margin-bottom: 34rpx;
.goodsImg{
width: 176rpx;
height: 110rpx;
width: 154rpx;
height: 154rpx;
}
.goodsName{
width: 180rpx;
@ -185,6 +227,9 @@
color: #434343;
line-height: 40rpx;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}

@ -1,10 +1,14 @@
<template>
<view class="detail">
<view>
<u-navbar title="" :border-bottom="false" title-color="#fff" ></u-navbar>
</view>
<view class="head">
<view class="search">
<image src="/static/tabbar/home.png" mode="" class="icon"></image>
<image src="/static/tabbar/home.png" mode="" class="icon" @click="goHome"></image>
<view class="searInput">
<image src="/static/home/search.png" mode="" class="seaIcon" @click="goHome"></image>
<image src="/static/home/search.png" mode="" class="seaIcon"></image>
<input v-model="searchValue" class="input" focus="true" placeholder="iPhone15" type="text" />
</view>
</view>
@ -48,7 +52,7 @@
</view>
</view>
</view>
<view class="pro">
<view class="pro" @click="goMember">
<view class="proMem">
PRO会员
</view>
@ -74,7 +78,7 @@
<image src="/static/detail/ys.png" mode="" class="ys"></image>
</view>
</view>
<view class="rank">
<view class="rank" @click="goRanking">
<text>排行榜 手机热搜榜第3名</text>
<image src="/static/detail/rightIcon.png" mode=""></image>
</view>
@ -164,7 +168,7 @@
收藏
</view>
</view>
<view class="footerCus ">
<view class="footerCus " @click="shoppingCart">
<view class="cusIcon">
<image src="/static/detail/car.png" mode=""></image>
</view>
@ -194,6 +198,23 @@
url:'/pages/index/index'
})
},
goRanking(){
//
uni.navigateTo({
url:'/pages/activity/charts'
})
},
goMember(){
uni.navigateTo({
url:'/pages/member/index'
})
},
shoppingCart(){
//
uni.navigateTo({
url:'/pages/cart/index'
})
},
}
}
</script>
@ -201,7 +222,6 @@
.detail {
width: 100%;
height: 100%;
padding-top: 100rpx;
}
.head {

File diff suppressed because it is too large Load Diff

@ -1,7 +1,8 @@
<template>
<view class="member">
<view >
<u-navbar title="会员中心" back-icon-color="#fff" :border-bottom="false" title-color="#333" :background="background"></u-navbar>
<view>
<u-navbar title="会员中心" back-icon-color="#fff" :border-bottom="false" title-color="#333"
:background="background"></u-navbar>
</view>
<view class="khy">
开通Ultra会员人均立省<text>2389</text>
@ -28,7 +29,7 @@
开通Ultra会员获得以下 <text>10</text>特权
</view>
<view class="vipList">
<view v-for="(item,index) in 10" :key="index" class="vipItem">
<view v-for="(item,index) in 10" :key="index" class="vipItem">
<image src="/static/member/my.png" mode="" class="itemImg"></image>
<view class="vipInfo">
天天免邮
@ -40,11 +41,12 @@
选择开卡套餐
</view>
<view class="typeList">
<view class="first common">
<view class="limitPrice">
<view class="first common" v-for="(item,index) in 3" :key="index"
:style="{'border':isChose==index?'2rpx solid #F34A40':none}">
<view class="limitPrice" v-if="index==0">
限时活动价
</view>
<view class="timeLong">
<view class="timeLong" :style="{'marginTop':isChose!=index?'62rpx':0}">
3个月
</view>
<view class="firPrice">
@ -54,7 +56,7 @@
12/
</view>
</view>
<view class="first common">
<!-- <view class="first common">
<view class="timeLong sec">
6个月
</view>
@ -75,7 +77,7 @@
<view class="avePrice">
12/
</view>
</view>
</view> -->
</view>
<view class="payType">
<view class="firLine">
@ -83,20 +85,20 @@
<image src="/static/order/wChat.png" mode="" class="weChatImg"></image>
<text>微信支付</text>
</view>
<image src="../../static/order/right.png" mode="" class="choseImg"></image>
<image src="../../static/order/right.png" mode="" class="choseImg" v-if="payTypeChose"></image>
</view>
<view class="line">
</view>
<view class="firLine">
<view class="left">
<image src="/static/order/wChat.png" mode="" class="weChatImg"></image>
<image src="/static/member/others.png" mode="" class="weChatImg" ></image>
<text>找微信好友代付</text>
</view>
<image src="../../static/order/right.png" mode="" class="choseImg"></image>
<image src="../../static/order/right.png" mode="" class="choseImg" v-if="!payTypeChose"></image>
</view>
<view class="line">
</view>
</view>
</view>
@ -147,12 +149,14 @@
<script>
import img from "@/static/member/top.png"
export default{
data(){
return{
isVip:false,
export default {
data() {
return {
payTypeChose:true,
isChose: 0,
isVip: false,
background: {
background: 'url('+ img+') center top no-repeat',
background: 'url(' + img + ') center top no-repeat',
backgroundSize: '100% auto',
},
}
@ -161,13 +165,14 @@
</script>
<style lang="scss" scoped>
.member{
.member {
width: 100%;
background: url('../../static/member/merBack.png') 100% no-repeat;
background-size: 100% 100%;
position:relative;
position: relative;
}
.khy{
.khy {
height: 36rpx;
font-size: 26rpx;
font-family: PingFang SC, PingFang SC;
@ -176,11 +181,13 @@
line-height: 36rpx;
text-align: center;
margin: 40rpx 0 28rpx 0;
image{
image {
width: 15rpx;
height: 10rpx;
}
text{
text {
height: 56rpx;
font-size: 40rpx;
font-family: PingFang SC, PingFang SC;
@ -190,27 +197,31 @@
margin-right: 8rpx;
}
}
.tips{
.tips {
width: 698rpx;
height: 234rpx;
margin:46rpx 0 0 26rpx;
margin: 46rpx 0 0 26rpx;
background-image: url('/static/member/bg.png');
background-repeat: no-repeat;
background-size: 100% 100%;
display: flex;
align-items: center;
padding: 0rpx 0 0 34rpx;
.headIcon{
.headIcon {
width: 114rpx;
height: 114rpx;
margin-right: 30rpx;
margin-top: 12rpx;
}
.meInfo{
.info{
.meInfo {
.info {
display: flex;
margin-bottom: 26rpx;
.name{
.name {
height: 50rpx;
font-size: 36rpx;
font-family: PingFang SC, PingFang SC;
@ -219,10 +230,11 @@
line-height: 50rpx;
margin-right: 18rpx;
}
.hy{
.hy {
width: 126rpx;
height: 42rpx;
background: rgba(255,255,255,0.71);
background: rgba(255, 255, 255, 0.71);
border-radius: 62rpx 62rpx 62rpx 62rpx;
opacity: 1;
text-align: center;
@ -234,19 +246,21 @@
}
}
.time{
.time {
height: 34rpx;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #785B45;
line-height: 34rpx;
}
}
}
.notVip{
.openVip{
.notVip {
.openVip {
height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC, PingFang SC;
@ -254,26 +268,31 @@
color: #8B4338;
line-height: 44rpx;
margin: 30rpx 0 0 38rpx;
text{
text {
color: #EF2C21;
}
}
.vipList{
.vipList {
display: flex;
flex-wrap: wrap;
margin: 24rpx 0 0 34rpx;
.vipItem{
.vipItem {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-right: 40rpx;
.itemImg{
.itemImg {
width: 88rpx;
height: 88rpx;
}
.vipInfo{
.vipInfo {
width: 96rpx;
height: 34rpx;
font-size: 24rpx;
@ -285,15 +304,17 @@
}
}
}
.choseType{
.choseType {
width: 726rpx;
height: 546rpx;
background: #FFFFFF;
border-radius: 12rpx 12rpx 12rpx 12rpx;
opacity: 1;
margin:28rpx 0 0 12rpx ;
margin: 28rpx 0 0 12rpx;
padding: 18rpx 0 0 26rpx;
.typeTitle{
.typeTitle {
height: 44rpx;
font-size: 32rpx;
font-family: PingFang SC, PingFang SC;
@ -301,19 +322,21 @@
color: #8B4338;
line-height: 44rpx;
}
.typeList{
.typeList {
display: flex;
margin: 28rpx 0 0 22rpx;
.first{
.first {
margin-right: 12rpx;
width: 220rpx;
height: 242rpx;
background: #FFEEE8;
border-radius: 8rpx 8rpx 8rpx 8rpx;
opacity: 1;
border: 2rpx solid #F34A40;
.limitPrice{
// border: 2rpx solid #F34A40;
.limitPrice {
width: 169rpx;
height: 46rpx;
background: linear-gradient(180deg, #FFFFFF 0%, #FEF8F5 100%);
@ -321,7 +344,8 @@
opacity: 1;
margin: 0 0 20rpx 32rpx;
}
.timeLong{
.timeLong {
width: 100%;
text-align: center;
height: 40rpx;
@ -332,10 +356,12 @@
line-height: 40rpx;
margin: 30rpx 0 12rpx 0;
}
.sec{
.sec {
margin-top: 62rpx;
}
.firPrice{
.firPrice {
width: 100%;
text-align: center;
height: 72rpx;
@ -345,7 +371,8 @@
color: #F34A40;
line-height: 72rpx;
}
.avePrice{
.avePrice {
width: 100%;
text-align: center;
height: 34rpx;
@ -357,12 +384,15 @@
}
}
}
.payType{
.payType {
margin-top: 30rpx;
.firLine{
.firLine {
display: flex;
justify-content: space-between;
.left{
.left {
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
@ -371,29 +401,33 @@
line-height: 40rpx;
display: flex;
align-items: center;
.weChatImg{
.weChatImg {
width: 28rpx;
height: 24rpx;
margin-right: 12rpx;
}
}
.choseImg{
.choseImg {
width: 34rpx;
height: 24rpx;
margin-right: 60rpx;
}
}
.line{
.line {
width: 622rpx;
height: 0rpx;
opacity: 1;
border: 2rpx solid #F6F6F6;
margin: 26rpx 0 0 60rpx;
margin: 26rpx 0 26rpx 60rpx;
}
}
}
}
.main{
.main {
width: 750rpx;
height: 1296rpx;
background: #FFFFFF;
@ -403,7 +437,8 @@
top: -30rpx;
padding-top: 56rpx;
}
.mTitle{
.mTitle {
width: 192rpx;
height: 44rpx;
font-size: 32rpx;
@ -413,21 +448,24 @@
line-height: 44rpx;
margin: 0rpx 0 0 38rpx;
}
.card{
.card {
width: 654rpx;
height: 192rpx;
background: #FFF4F4;
border-radius: 8rpx 8rpx 8rpx 8rpx;
opacity: 1;
margin: 26rpx 0 0 38rpx;
display:flex;
.tp{
display: flex;
.tp {
width: 84rpx;
height: 84rpx;
background-image: url('../../static/member/tip.png');
background-size: 100% 100%;
.info{
.info {
width: 84rpx;
height: 40rpx;
line-height: 40rpx;
@ -438,12 +476,15 @@
transform: rotate(-45deg);
}
}
.detail{
margin-top: 48rpx ;
.topLine{
.detail {
margin-top: 48rpx;
.topLine {
display: flex;
align-items: center;
.send{
.send {
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
@ -451,23 +492,25 @@
color: #785B45;
line-height: 40rpx;
}
.btn{
.btn {
width: 106rpx;
height: 36rpx;
border-radius: 50rpx 50rpx 50rpx 50rpx;
opacity: 1;
border: 2rpx solid rgba(134,102,77,0.45);
border: 2rpx solid rgba(134, 102, 77, 0.45);
text-align: center;
line-height: 36rpx;
font-size: 20rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: rgba(120,91,69,0.63);
color: rgba(120, 91, 69, 0.63);
line-height: 36rpx;
margin-left: 8rpx;
}
}
.time{
.time {
height: 34rpx;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
@ -478,9 +521,10 @@
}
}
}
.showInfo{
.showInfo {
width: 100%;
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
@ -488,9 +532,10 @@
color: #785B45;
line-height: 40rpx;
text-align: center;
margin-top:46rpx;
margin-top: 46rpx;
}
.footer{
.footer {
position: fixed;
bottom: 0rpx;
height: 200rpx;
@ -498,16 +543,19 @@
display: flex;
justify-content: space-between;
align-items: center;
.fLeft{
.fLeft {
margin: 24rpx 0 0 74rpx;
.ys{
.ys {
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #7D2D21;
line-height: 40rpx;
text{
text {
height: 40rpx;
font-size: 28rpx;
font-family: PingFang SC, PingFang SC;
@ -516,7 +564,8 @@
line-height: 40rpx;
}
}
.yj{
.yj {
height: 34rpx;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
@ -525,25 +574,27 @@
line-height: 34rpx;
}
}
.btn{
.btn {
width: 440rpx;
height: 80rpx;
background: #F34A40;
border-radius: 8rpx 8rpx 8rpx 8rpx;
opacity: 1;
margin:22rpx 70rpx 0 0 ;
margin: 22rpx 70rpx 0 0;
text-align: center;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
text{
text {
font-size: 44rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height:80rpx;
line-height: 80rpx;
}
}
}

@ -65,7 +65,7 @@
<text class="listText">支付订单</text>
<text class="listText">服务评价</text>
</view>
<view class="member">
<view class="member" @click="goMember">
<view class="memberCenter">
会员中心
</view>
@ -84,7 +84,20 @@
</view>
</template>
<script>
export default{
data (){
return{
}
},
methods:{
goMember(){
uni.navigateTo({
url:'/pages/member/index'
})
},
}
}
</script>
<style lang="scss" scoped>
.serve {

@ -130,7 +130,7 @@
<view class="goodsManage">
<view class="manageTitle">
<text lines="1" class="text_5 titleLeft">商品订单</text>
<text lines="1" class="text_6 titleRight">查看全部</text>
<text lines="1" class="text_6 titleRight" @click="goOrder">查看全部</text>
<image
src="https://lanhu.oss-cn-beijing.aliyuncs.com/FigmaDDSSlicePNG734520a67fe8e1d927b6d6e351bd2ade.png"
class="thumbnail_4"></image>
@ -400,6 +400,11 @@
url:'/pages/member/index'
})
},
goOrder(){
uni.navigateTo({
url:'/pages/order/index'
})
},
}
}
</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save