会员 打赏 添加新按钮
This commit is contained in:
parent
4a07ce0053
commit
c8479113df
|
@ -2,7 +2,7 @@
|
|||
<view class="content">
|
||||
<!-- <image class="bgimg" src="../static/workbg.png" mode="widthFix"></image> -->
|
||||
<!-- <image class="bgimg" src="https://admin.sjajk.com/file/uploadPath/2023/01/16/0bd832e6cd894903f6ad2ece7f07824a.png" style="height: 100vh;"></image> -->
|
||||
<view class="bgbox" style="" v-if="vipShow==false">
|
||||
<view class="bgbox" style="" v-if="vipShow==true">
|
||||
<!-- <view class="" style="padding: 80rpx 0;text-align: center;">
|
||||
<image src="../../static/ktvip.png" style="width: 513rpx;height: 79rpx;"></image>
|
||||
</view>
|
||||
|
@ -29,7 +29,18 @@
|
|||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="save_vipbtn" v-if="vipData.isVip!=1" @tap="showpay = true">立即开通</view>
|
||||
<view class="save_vipbtn" v-if="vipData.isVip!=1" @tap="openShow">立即开通</view>
|
||||
<view class="footer">
|
||||
<image v-if="showAgree" @tap="isShowAgree"
|
||||
src="../../static/duihao.png"
|
||||
style="width: 30upx;height: 30upx;"></image>
|
||||
<image v-else @tap="isShowAgree"
|
||||
src="https://api.shengqianxiong.com.cn/img/20201112/1e9102fc891f4d86a13c7b2ba6921cba.png"
|
||||
style="width: 30upx;height: 30upx;"></image>
|
||||
<text style="margin-left: 10upx;margin-right: 0;">同意</text>
|
||||
<!-- 协议地址 -->
|
||||
<navigator url="/pages/my/hyXy" open-type="navigate" style="color: #019c88;">《会员协议》</navigator>
|
||||
</view>
|
||||
<view class="quanyi_titname">~VIP超值权益~</view>
|
||||
<view class="quanyi_itemview" style="margin-bottom: 60rpx;">
|
||||
<view class="quanyi_listitem">
|
||||
|
@ -103,6 +114,7 @@
|
|||
export default {
|
||||
data() {
|
||||
return {
|
||||
showAgree: false, //协议是否选择
|
||||
timeVipEnd: '',
|
||||
customStyle: {
|
||||
width: '250rpx',
|
||||
|
@ -168,6 +180,10 @@
|
|||
|
||||
},
|
||||
methods: {
|
||||
isShowAgree() {
|
||||
//是否选择协议
|
||||
this.showAgree = !this.showAgree;
|
||||
},
|
||||
select(e) {
|
||||
this.selNum = e.id;
|
||||
this.price = e.money;
|
||||
|
@ -250,16 +266,28 @@
|
|||
}
|
||||
});
|
||||
},
|
||||
|
||||
openShow(){
|
||||
if (this.showAgree == false) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
position: 'bottom',
|
||||
title: '请同意《会员协议》'
|
||||
});
|
||||
}else{
|
||||
this.showpay=true
|
||||
}
|
||||
},
|
||||
pay() {
|
||||
this.getMoney()
|
||||
this.showpay = false;
|
||||
|
||||
// this.$queue.showLoading('支付中...')
|
||||
let that = this;
|
||||
let data = {
|
||||
id: this.selNum,
|
||||
type: '2'
|
||||
}
|
||||
|
||||
if (this.openWay == 1) {
|
||||
// #ifdef MP-WEIXIN
|
||||
that.$Request.postT("/app/wxPay/payUserVip", {
|
||||
|
@ -425,6 +453,7 @@
|
|||
})
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
callPay: function(response) {
|
||||
if (typeof WeixinJSBridge === "undefined") {
|
||||
|
@ -496,6 +525,17 @@
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.footer {
|
||||
margin-top: 17px;
|
||||
font-size: 12px;
|
||||
color: #666666;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: inherit;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
margin-bottom: 17px;
|
||||
}
|
||||
.bgbox-mian{
|
||||
width: 360rpx;
|
||||
height: 66rpx;
|
||||
|
|
22
pages.json
22
pages.json
|
@ -31,6 +31,28 @@
|
|||
}
|
||||
},
|
||||
// #endif
|
||||
{
|
||||
"path": "pages/my/txszList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "列表",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/hyXy",
|
||||
"style": {
|
||||
"navigationBarTitleText": "会员协议",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/applyBroker/index",
|
||||
"style": {
|
||||
|
|
|
@ -76,30 +76,35 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="index-project width">
|
||||
<view class="index-project-content" @click="goNav('/pages/my/txszList?classifyId='+'95')">
|
||||
<image src="../../static/index-fenglei5.png" mode="widthFix"></image>
|
||||
<span class="feng_word">中医推拿</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/my/txszList?classifyId='+'101')">
|
||||
<image src="../../static/index-fenglei2.png" mode="widthFix"></image>
|
||||
<span class="feng_word">小儿推拿</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/my/txszList?classifyId='+'102')">
|
||||
<image src="../../static/index-fenglei3.png" mode="widthFix"></image>
|
||||
<span class="feng_word">产后康复</span>
|
||||
</view>
|
||||
<!-- <view class="index-project-content" @click="goNav('/pages/cooperate/index')">
|
||||
<image src="../../static/index-fenglei3.png" mode="widthFix"></image>
|
||||
<span class="feng_word">招聘合作</span>
|
||||
</view> -->
|
||||
<view class="index-project-content" @click="goNav('/pages/my/txszList?classifyId='+'91')">
|
||||
<image src="../../static/index-fenglei4.png" mode="widthFix"></image>
|
||||
<span class="feng_word">私密护理</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/my/txszList?classifyId='+'113')">
|
||||
<image src="../../static/index-fenglei10.png" mode="widthFix"></image>
|
||||
<span class="feng_word">正骨拨筋</span>
|
||||
</view>
|
||||
|
||||
<view class="index-project-content" @click="goNav('/pages/my/indextaociliaoList?type='+104+'&name='+'index')">
|
||||
<image src="../../static/index-fenglei1.png" mode="widthFix"></image>
|
||||
<span class="feng_word">盛安套餐</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNavs('/pages/therapist/therapist')">
|
||||
<image src="../../static/index-fenglei2.png" mode="widthFix"></image>
|
||||
<span class="feng_word">盛安技师</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/cooperate/index')">
|
||||
<image src="../../static/index-fenglei3.png" mode="widthFix"></image>
|
||||
<span class="feng_word">招聘合作</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/my/vip/index')">
|
||||
<image src="../../static/index-fenglei4.png" mode="widthFix"></image>
|
||||
<span class="feng_word">会员中心</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="chaoji">
|
||||
<image src="../../static/index-fenglei10.png" mode="widthFix"></image>
|
||||
<span class="feng_word">充值赠送</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/my/newTeaml?text='+'index')">
|
||||
<image src="../../static/index-fenglei5.png" mode="widthFix"></image>
|
||||
<span class="feng_word">超值拼团</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="goNav('/pages/my/indextaociliaoList?type='+106+'&name='+'index')">
|
||||
<image src="../../static/index-fenglei6.png" mode="widthFix"></image>
|
||||
<span class="feng_word">服务疗程</span>
|
||||
|
@ -110,7 +115,7 @@
|
|||
</view>
|
||||
<view class="index-project-content" @click="shangcheng()">
|
||||
<image src="../../static/index-fenglei8.png" mode="widthFix"></image>
|
||||
<span class="feng_word">逛商城</span>
|
||||
<span class="feng_word">产品商城</span>
|
||||
</view>
|
||||
<view class="index-project-content" @click="gangBtn(type)">
|
||||
<image src="../../static/index-fenglei13.png" mode="widthFix"></image>
|
||||
|
@ -271,6 +276,14 @@
|
|||
</view>-->
|
||||
<view class="popup-mian">
|
||||
<view class="popup-mian-view">
|
||||
<view class="index-project-content1" @click="goNav('/pages/my/newTeaml?text='+'index')">
|
||||
<image src="../../static/index-fenglei5.png" mode="widthFix"></image>
|
||||
<span class="feng_word">超值拼团</span>
|
||||
</view>
|
||||
<view class="index-project-content1" @click="chaoji">
|
||||
<image src="../../static/index-fenglei10.png" mode="widthFix"></image>
|
||||
<span class="feng_word">充值赠送</span>
|
||||
</view>
|
||||
<view class="index-project-content1">
|
||||
<image src="../../static/index-fenglei11.png" mode="widthFix"></image>
|
||||
<span class="feng_word">美甲师</span>
|
||||
|
@ -284,15 +297,6 @@
|
|||
<span class="feng_word">约到店</span>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="popup-mian-btn">
|
||||
|
||||
<span @click="closePopup(type)">
|
||||
取消
|
||||
</span>
|
||||
<span @click="tiqian('center')">
|
||||
确定
|
||||
</span>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</uni-popup>
|
||||
|
|
|
@ -0,0 +1,98 @@
|
|||
<template>
|
||||
<view style="line-height: 26px;padding: 32upx;" class="home1">
|
||||
<view class="conent">
|
||||
<view class="title">
|
||||
特别提醒:
|
||||
</view>
|
||||
<view class="list">
|
||||
请您在接受使用会员卡服务前务必先审慎阅读、充分理解本会员卡协议全部条款的内容,并选择接受或不接受,特别是免除或者限制责任的条款、法律适用及争议解决条款,以及开通或使用某项服务的单独协议/合同。限制、免责、法律适用及争议解决条款可能以黑体加粗或加下划线的形式提示您重点注意。
|
||||
</view>
|
||||
<view class="list">
|
||||
会员卡协议(以下简称“本协议”)是您购买盛安会员卡服务相关事项所订立的有效合约。您通过网络页面或盛安APP平台点击、勾选、确认或以其它方式选择接受本协议,即表示您已理解本协议全部内容并同意受本协议约束,包括但不限于本协议正文及所有其他渠道已经发布的或将来可能发布的关于本服务的各类规则、规范、公告、说明和(或)通知等,以及其他各项网站规则、制度等。所有前述规则均为本协议不可分割的组成部分,与本协议正文具有同等法律效力(以下统称“本协议”)。
|
||||
</view>
|
||||
<view class="list">
|
||||
请您注意,如果您不同意本协议的任意内容,或者无法准确理解盛安APP对条款的解释,请不要进行确认本协议或使用本协议项下的服务等后续操作。
|
||||
</view>
|
||||
</view>
|
||||
<view class="conent">
|
||||
<view class="title">
|
||||
一、会员卡服务
|
||||
</view>
|
||||
<view class="list">
|
||||
盛安APP发行并售卖的会员卡为电子虚拟卡,仅用于您会员身份认证,卡内无金额,会员卡购买成功即开始享受优惠等会员权益,会员权益为整体权益,不可分割。
|
||||
</view>
|
||||
</view>
|
||||
<view class="conent">
|
||||
<view class="title">
|
||||
二、会员卡规则
|
||||
</view>
|
||||
<view class="list">
|
||||
1、会员卡有效期、每天使用次数和有效期内总使用次数、可享折扣、适用门店、适用业务类型等以会员卡详情说明为准,会员卡与其他类型优惠共享情况以实际提交订单时的说明为准,会员卡优惠门槛以折后价计算。
|
||||
</view>
|
||||
<view class="list">
|
||||
2、会员卡应当在有效期内使用,超过有效期的会员卡不可使用。
|
||||
</view>
|
||||
<view class="list">
|
||||
3、会员卡一经购买不可退换卡、不可储值、不可兑换现金、不可转让、出租或者转借,因您将会员卡出租或者转借他人、卡片保管不善、自身使用不当等而造成未能享受折扣权益的责任由您自行承担。
|
||||
</view>
|
||||
<view class="list">
|
||||
4、您使用会员卡购买团购或预订等产品后发生退款的,该产品所使用的折扣金额不退还。
|
||||
</view>
|
||||
<view class="list">
|
||||
5、盛安APP有权限制单张会员卡在一定时间段内的折扣次数,以防止非正常用卡行为。
|
||||
</view>
|
||||
<view class="list">
|
||||
6、折扣价=盛安APP售卖价x折扣率,受不同优惠活动的影响,折扣价可能随时发生变动,对于这些变动将不另行通知您,购买价以您实际支付的价格为准。
|
||||
</view>
|
||||
</view>
|
||||
<view class="conent">
|
||||
<view class="title">
|
||||
三、其他
|
||||
</view>
|
||||
<view class="list">
|
||||
1、您同意并认可,盛安APP有权不定期变更会员卡服务规则,并以在盛安app、平台网站或客户端公告的方式予以公布,无需另行单独通知您。该等变更自公告载明的生效时间开始生效,并成为本协议的一部分。
|
||||
</view>
|
||||
<view class="list">
|
||||
2、因本协议引起的或与本协议有关的一切争议,双方应友好协商解决,协商解决不成的,任何一方均可向法院提起诉讼。
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.title{
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.list{
|
||||
color: #666;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.conent{
|
||||
width:100%;
|
||||
margin-bottom: 10px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
page{
|
||||
background: #FFFFFF;
|
||||
padding: 10px;
|
||||
}
|
||||
</style>
|
|
@ -0,0 +1,603 @@
|
|||
<!-- 自定义下拉刷新与上拉加载演示(vue) -->
|
||||
<template>
|
||||
<view class="content-view">
|
||||
<z-paging ref="paging" v-model="dataList" @query="queryList">
|
||||
<template #top>
|
||||
<view class="service-head-top">
|
||||
<view class="service-head-top-left">
|
||||
<image @click="backImg" src="../../static/fanhui.png" mode="widthFix"></image>
|
||||
<span>{{typeData=='95'?'中医推拿':typeData=='101'?'小儿推拿':
|
||||
typeData=='102'?'产后康复':typeData=='91'?'私密护理':'正骨拨筋'}}</span>
|
||||
</view>
|
||||
<view>
|
||||
<uni-search-bar @service="serviceTrue" @confirm="search" :cancelext="'取消'" v-model="searchValue"
|
||||
@input="input" @clear="clear">
|
||||
</uni-search-bar>
|
||||
<view class="search-btn" @click="searchBtn">
|
||||
<image style="width:30rpx; height:30rpx; margin-right: 10rpx;"
|
||||
src="../../static/search.png"></image>
|
||||
搜索
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="fenlei">
|
||||
<z-tabs :list="tabList" @change="tabChange" @changeClick="changeClick" />
|
||||
</view>
|
||||
</template>
|
||||
<template #loadingMoreNoMore>
|
||||
<custom-nomore />
|
||||
</template>
|
||||
<view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)">
|
||||
<image :src="item.packageImg" mode="" class="item-img"></image>
|
||||
<view class="item-view">
|
||||
<view class="view-cata">
|
||||
<view class="item-view-title">{{item.title}}</view>
|
||||
<span class="xiaoer item-view-biao">{{item.levelName}}</span>
|
||||
</view>
|
||||
<view class="item-view-bottom-qian">
|
||||
<span></span>
|
||||
<span>¥{{item.price}}</span>
|
||||
<span>/ <text v-if="item.type!='104'">{{item.serviceCount}}</text>
|
||||
{{typeData=='104'?'套':typeData=='105'?'次':'次'}}</span>
|
||||
<span></span>
|
||||
<span>¥{{item.oldPrice}}<text
|
||||
v-if="item.type!='104'">/{{item.serviceCount}}</text>{{typeData=='104'?'套':typeData=='105'?'次':'次'}}</span>
|
||||
</view>
|
||||
<view class="flex" style="margin-top: 10rpx;">
|
||||
<view class="shop_label" v-if="item.tagsData!=''">
|
||||
<span v-for="tag in item.tagsData" :key="tag">{{tag}}</span>
|
||||
</view>
|
||||
<view class="shop_label" v-else>
|
||||
<span>助眠解压</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="item-view-bottom">
|
||||
<view class="item-view-xiangmu">
|
||||
<span>已售</span><span>{{item.sales}}</span><!-- | 好评{{item.esteemRate}}% -->
|
||||
</view>
|
||||
<view class="item-view-bottom-btn">
|
||||
查看
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</z-paging>
|
||||
</view>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
loadingType: 0,
|
||||
myId: '',
|
||||
// v-model绑定的这个变量不要在分页请求结束中自己赋值!!!
|
||||
dataList: [],
|
||||
typeData: '104',
|
||||
tabIndex: 0,
|
||||
searchValue: '',
|
||||
serviceTrue: true,
|
||||
page: 1,
|
||||
limit: 10,
|
||||
type:'104',
|
||||
titleNmae: '',
|
||||
classifyId: '',
|
||||
getName: '',
|
||||
tabList: [{
|
||||
code: "服务套餐",
|
||||
id: 104,
|
||||
name: "",
|
||||
orderNum: 5,
|
||||
parentId: 22,
|
||||
remark: "",
|
||||
status: 1,
|
||||
type: "104",
|
||||
value: "服务套餐",
|
||||
},
|
||||
{
|
||||
code: "项目次卡",
|
||||
id: 105,
|
||||
name: "",
|
||||
orderNum: 5,
|
||||
parentId: 22,
|
||||
remark: "",
|
||||
status: 1,
|
||||
type: "105",
|
||||
value: "项目次卡",
|
||||
},
|
||||
{
|
||||
code: "服务疗程",
|
||||
id: 106,
|
||||
name: "",
|
||||
orderNum: 5,
|
||||
parentId: 22,
|
||||
remark: "",
|
||||
status: 1,
|
||||
type: "106",
|
||||
value: "服务疗程",
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
onLoad(e) {
|
||||
this.typeData = e.classifyId
|
||||
this.classifyId=e.classifyId
|
||||
this.myId = uni.getStorageSync('userId')
|
||||
// this.getData();
|
||||
uni.setNavigationBarTitle({
|
||||
title: this.typeData == '95' ? '中医推拿' : this.typeData == '101' ? '小儿推拿' : this.typeData ==
|
||||
'102' ? '产后康复' : this.typeData == '91' ? '私密护理' : '正骨拨筋',
|
||||
})
|
||||
this.taocan()
|
||||
},
|
||||
|
||||
methods: {
|
||||
taocan() {
|
||||
|
||||
},
|
||||
input(res) { //搜索 输入框
|
||||
this.searchValue = res;
|
||||
},
|
||||
searchBtn() { //搜索按钮
|
||||
if (this.searchValue != "") {
|
||||
this.page = 1;
|
||||
this.getData()
|
||||
}
|
||||
},
|
||||
getData() {
|
||||
this.$refs.paging.reload(true);
|
||||
},
|
||||
queryList(pageNo, pageSize) {
|
||||
const params = {
|
||||
page: pageNo,
|
||||
limit: pageSize,
|
||||
type: this.type,
|
||||
title: this.searchValue,
|
||||
classifyId: this.classifyId
|
||||
}
|
||||
this.$Request.get('/app/massage/package/findPage', params).then(res => {
|
||||
for (var i = 0; i < res.data.list.length; i++) {
|
||||
res.data.list[i].tagsData = res.data.list[i].labels.split(',');
|
||||
if (res.data.list[i].level == 3) {
|
||||
res.data.list[i].levelName = "新手"
|
||||
}
|
||||
if (res.data.list[i].level == 4) {
|
||||
res.data.list[i].levelName = "专家"
|
||||
}
|
||||
if (res.data.list[i].level == 5) {
|
||||
res.data.list[i].levelName = "资深"
|
||||
}
|
||||
}
|
||||
this.$refs.paging.complete(res.data.list);
|
||||
}).catch(res => {
|
||||
this.$refs.paging.complete(false);
|
||||
})
|
||||
},
|
||||
changeClick(index, item) {
|
||||
this.type = item.type
|
||||
this.searchValue = ''
|
||||
this.page = 1;
|
||||
this.dataList = []
|
||||
this.getData()
|
||||
},
|
||||
backImg() { //返回上一页
|
||||
uni.reLaunch({
|
||||
url: '/pages/index/index'
|
||||
})
|
||||
},
|
||||
clear(res) {
|
||||
this.getData()
|
||||
},
|
||||
itemClick(item) {
|
||||
if (this.type == '104') {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/serviceOderDrtail?id=' + item.id + '&limit=' + this.limit + '&page=' + this
|
||||
.page + '&name=' + 'index' + '&isCanCoupon=' + item.isCanCoupon
|
||||
})
|
||||
} else if (this.type == '105') {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/cikarDrtail?id=' + item.id + '&limit=' + this.limit + '&page=' + this
|
||||
.page + '&name=' + 'index' + '&isCanCoupon=' + item.isCanCoupon
|
||||
})
|
||||
} else if (this.type == '106') {
|
||||
uni.navigateTo({
|
||||
url: '/pages/my/fuwuliaochengDetail?id=' + item.id + '&limit=' + this.limit + '&page=' +
|
||||
this.page + '&name=' + 'index' + '&isCanCoupon=' + item.isCanCoupon
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.fenlei {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.tab-view {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
/*background:#fff linear-gradient(60deg,rgba(115, 212, 183, 0.2),rgba(227, 251, 244, 0.1),rgba(193, 236, 223, 0.35));
|
||||
border-bottom:1rpx solid #c4ede1;*/
|
||||
padding-top: 6rpx;
|
||||
}
|
||||
|
||||
.shop_label {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 4rpx;
|
||||
}
|
||||
|
||||
.shop_label span {
|
||||
background: linear-gradient(90deg, #ffefde, #fff7ef);
|
||||
height: 34rpx;
|
||||
line-height: 34rpx;
|
||||
border-radius: 8rpx;
|
||||
padding: 0 10rpx;
|
||||
font-size: 22rpx;
|
||||
margin-right: 8rpx;
|
||||
margin-bottom: 8rpx;
|
||||
color: #f68607;
|
||||
}
|
||||
|
||||
/deep/.refresh-body .content {}
|
||||
|
||||
/deep/.refresh-body {
|
||||
height: 100% !important;
|
||||
border-top: 2px solid #f7f7f7;
|
||||
margin: 80px 0px;
|
||||
}
|
||||
|
||||
.content-view {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background-color: #f7f7f7;
|
||||
/*position: relative;*/
|
||||
}
|
||||
|
||||
.item-view-bottom-btn {
|
||||
text-align: center;
|
||||
width: 131rpx;
|
||||
height: 55rpx;
|
||||
line-height: 55rpx;
|
||||
background: linear-gradient(90deg, #019C88, #0FA78B, #35C495);
|
||||
border-radius: 10rpx;
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian span:nth-child(5) {
|
||||
font-size: 28rpx;
|
||||
color: #848484;
|
||||
text-decoration-line: line-through;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian span:nth-child(4) {
|
||||
font-size: 26rpx;
|
||||
color: #848484;
|
||||
text-decoration-line: line-through;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian span:nth-child(3) {
|
||||
font-size: 28rpx;
|
||||
color: #FF6000;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian span:nth-child(2) {
|
||||
font-weight: bold;
|
||||
font-size: 36.81rpx;
|
||||
color: #FF6000;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian span:nth-child(1) {
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
color: #FF6000;
|
||||
}
|
||||
|
||||
.item-view-bottom-qian {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.item-view-bottom {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.item-view-jianjie {
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #999999;
|
||||
margin: 5px 0px;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
/* 显示的行数,可以根据需要修改 */
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.item-view-biao {
|
||||
padding: 1px 5px;
|
||||
border-radius: 15rpx 3rpx 15rpx 3rpx;
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tuina {
|
||||
background-color: #d1f2df;
|
||||
color: #17984d;
|
||||
}
|
||||
|
||||
.xiaoer {
|
||||
background-color: #f1f8d7;
|
||||
color: #58b314;
|
||||
}
|
||||
|
||||
.taishi {
|
||||
background-color: #e5d5c6;
|
||||
color: #805d39;
|
||||
}
|
||||
|
||||
.kangfu {
|
||||
background-color: #fcf3da;
|
||||
color: #ff8600;
|
||||
}
|
||||
|
||||
.item-view-xiangmu span:nth-child(2) {
|
||||
font-weight: normal;
|
||||
color: #333333;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.item-view-xiangmu span:nth-child(1) {
|
||||
font-weight: normal;
|
||||
color: #666666;
|
||||
margin-right: 5rpx;
|
||||
font-size: 30rpx;
|
||||
}
|
||||
|
||||
.item-view-xiangmu {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-weight: 400;
|
||||
font-size: 25rpx;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.item-view-title {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.item-view {
|
||||
width: 60%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
justify-content: space-between;
|
||||
padding: 5rpx 0;
|
||||
}
|
||||
|
||||
.item-img {
|
||||
width: 240rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 14rpx;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.item-img img {
|
||||
border-radius: 14rpx;
|
||||
}
|
||||
|
||||
.img-span {
|
||||
padding: 2px 5px;
|
||||
font-weight: 400;
|
||||
font-size: 8px;
|
||||
color: #FFFFFF;
|
||||
background: linear-gradient(-90deg, #FF6F48, #FF9E69);
|
||||
border-radius: 7px 0px 7px 0px;
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 0;
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.item-img image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.item {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
/*height: 140px;*/
|
||||
background: #FFFFFF;
|
||||
border-radius: 21rpx;
|
||||
margin-bottom: 10px;
|
||||
align-items: center;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
||||
.item-detail {
|
||||
padding: 5rpx 15rpx;
|
||||
border-radius: 10rpx;
|
||||
font-size: 28rpx;
|
||||
color: white;
|
||||
background-color: #007AFF;
|
||||
}
|
||||
|
||||
.item-line {
|
||||
position: absolute;
|
||||
bottom: 0rpx;
|
||||
left: 0rpx;
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
/deep/.zp-paging-container {
|
||||
background-color: #f7f7f7;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/deep/.zp-paging-container-content {
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.index-fenl-title {
|
||||
width: 81rpx;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
font-size: 34rpx;
|
||||
color: #019C88;
|
||||
}
|
||||
|
||||
.index-fenl-title-bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
margin-bottom: 0px;
|
||||
width: 81rpx;
|
||||
height: 14rpx;
|
||||
border-radius: 7rpx;
|
||||
background: linear-gradient(-48deg, rgba(1, 156, 136, 0.35), rgba(45, 196, 142, 0.35));
|
||||
}
|
||||
|
||||
/deep/.uni-searchbar__cancel {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/deep/.uni-searchbar__box-icon-search,
|
||||
.search-btn {
|
||||
width: 110rpx;
|
||||
height: 50rpx;
|
||||
/* background: #18A689;
|
||||
border-radius: 31rpx; */
|
||||
}
|
||||
|
||||
/deep/.uni-searchbar__box {
|
||||
height: 34px;
|
||||
border-radius: 30px !important;
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #09a28a;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-flow: row-reverse;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/deep/.uni-searchbar {
|
||||
width: 250px;
|
||||
border-radius: 31rpx;
|
||||
padding-right: 24rpx;
|
||||
}
|
||||
|
||||
.search-btn {
|
||||
text-align: center;
|
||||
color: #019c88;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
right: 40rpx;
|
||||
top: 20rpx;
|
||||
font-size: 30rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/deep/.uni-input-input {
|
||||
display: block;
|
||||
height: 100%;
|
||||
background: none;
|
||||
color: inherit;
|
||||
opacity: 1;
|
||||
font: inherit;
|
||||
line-height: inherit;
|
||||
letter-spacing: inherit;
|
||||
text-align: inherit;
|
||||
text-indent: 10px;
|
||||
text-transform: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
/deep/uni-input-form {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-webkit-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.service-head-top-left image {
|
||||
width: 20px;
|
||||
height: 20rpx;
|
||||
margin-right: 5px;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
|
||||
.service-head-top-left span {
|
||||
width: 180rpx;
|
||||
height: 60rpx;
|
||||
background: url('../../static/images/headline.png') 0rpx 26rpx;
|
||||
background-repeat: no-repeat;
|
||||
font-weight: bold;
|
||||
font-size: 34rpx;
|
||||
color: #171717;
|
||||
margin-top: 14rpx;
|
||||
}
|
||||
|
||||
.service-head-top-left {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.service-head-top {
|
||||
height: 90rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.view-cata {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
|
@ -68,7 +68,7 @@
|
|||
<view class="oder-mian-tjia">
|
||||
<!---<span>{{order.collectCount}}人关注</span>-->
|
||||
|
||||
<view class="shouchang-view" @click="toggle('center')">
|
||||
<view class="shouchang-view" @click="toggle('center')" v-if="order.dskg=='1'">
|
||||
<image class="shouchang-img" src="../../static/orderDetail/technician6.png"></image>
|
||||
<span class="shouchang-text">打赏</span>
|
||||
|
||||
|
|
Loading…
Reference in New Issue