细节修改

version/0412
fanfan 9 months ago
parent 47e142a9d0
commit 22d3edd68b
  1. 2
      pages/index/index.vue
  2. 21
      pages/news/recycling/order.vue
  3. 2
      pages/news/user/index.vue
  4. 2
      pages/news3/shopOrder.vue
  5. 2
      pages/order/index.vue

@ -1965,7 +1965,7 @@
.serviceItem { .serviceItem {
width: 202rpx; width: 202rpx;
height: 246rpx; height: 202rpx;
display: inline-block; display: inline-block;
position: relative; position: relative;
margin-right: 26rpx; margin-right: 26rpx;

@ -1,7 +1,7 @@
<template> <template>
<view class="order"> <view class="order">
<view class="order-navbar"> <view class="order-navbar">
<u-navbar title="订单详情" :border-bottom="false" :background="isScroll?background:background1"></u-navbar> <u-navbar title="订单详情" :border-bottom="false"></u-navbar>
</view> </view>
<view class="order-hd"> <view class="order-hd">
<view class="l"> <view class="l">
@ -146,8 +146,6 @@
</template> </template>
<script> <script>
// import img from "@/static/news/refund-bg.png"
// import img1 from "@/static/news/login-bg.png"
import * as newFunApi from '@/api/newFun' import * as newFunApi from '@/api/newFun'
export default { export default {
data() { data() {
@ -155,16 +153,6 @@
isScroll: true, isScroll: true,
isShow: false, isShow: false,
currentIndex: 0, currentIndex: 0,
background: {
background: `url(${this.$picUrl}/static/news/refund-bg.png) center -44px no-repeat`,
// background: 'url(' + img + ') center -44px no-repeat',
backgroundSize: '100%',
},
background1: {
background: `url(${this.$picUrl}/static/news/login-bg.png) center -44px no-repeat`,
// background: 'url(' + img1 + ') center -44px no-repeat',
backgroundSize: '100%',
},
recovery_id: '', recovery_id: '',
order_id: '', order_id: '',
infor: '', infor: '',
@ -297,14 +285,17 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep .u-navbar-fixed{
background: none !important;
}
.order { .order {
width: 100%; width: 100%;
padding: 0 0 150rpx; padding: 0 0 150rpx;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; background: url(https://www.royaum.com.cn/static/news/login-bg.png?t=2) center top no-repeat;
background-size: 100% auto;
&-hd { &-hd {
background: linear-gradient(180deg, #FCE2E7 0%, #FFFFFF 100%);
overflow: hidden; overflow: hidden;
.l { .l {

@ -154,7 +154,7 @@
goJump(){ goJump(){
if(this.title=='会员管理'){ if(this.title=='会员管理'){
uni.navigateTo({ uni.navigateTo({
url:"/pages/news3/shopOrder?user_id="+this.form.user_id url:"/pages/news3/shopOrder?user_id="+this.form.user_id+'&dataType='+'all'
}) })
}else{ }else{
uni.navigateTo({ uni.navigateTo({

@ -5,7 +5,7 @@
<view class="searchContent"> <view class="searchContent">
<u-search bg-color="#fafafa" :is-scroll="true" height="120" font-size="32" :current="curTab" <u-search bg-color="#fafafa" :is-scroll="true" height="120" font-size="32" :current="curTab"
bar-width="56" bar-height="6" active-color="#3B3B3B" :show-bar='true' :duration="0.2" bar-width="56" bar-height="6" active-color="#3B3B3B" :show-bar='true' :duration="0.2"
@search="getListAfter" action-text='筛选' @custom="getListAfter" placeholder="输入订单编号/收件人名字/电话/商品名称" @search="getListAfter" action-text='筛选' @custom="getListAfter" placeholder="输入订单编号"
v-model="keyword"> v-model="keyword">
</u-search> </u-search>
</view> </view>

@ -3,7 +3,7 @@
<view class="search"> <view class="search">
<view class="box"> <view class="box">
<u-icon name="search" size="30" color="#8D8D8D"></u-icon> <u-icon name="search" size="30" color="#8D8D8D"></u-icon>
<input type="search" @confirm="confirm" v-model='keyWords' placeholder="搜索订单" /> <input type="search" @confirm="confirm" v-model='keyWords' placeholder="输入订单编号" />
</view> </view>
</view> </view>
<!-- tab栏 --> <!-- tab栏 -->

Loading…
Cancel
Save