12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181 |
- <template>
- <!-- 商城 -->
- <scroll-view
- class=""
- scroll-y="true"
- style="height: calc(100vh - 300rpx); padding: 0 24rpx"
- >
- <view style="position: relative; padding-bottom: 20rpx">
- <!-- 自定义导航栏 -->
- <image
- src="../../static/images/index/back.png"
- style="
- width: 750rpx;
- height: 1200rpx;
- position: absolute;
- top: 0;
- z-index: -1;
- left: -24rpx;
- "
- mode=""
- >
- </image>
- <!-- 地址 -->
- <view class="address">
- <view class="left u-flex" style="display: flex">
- <view
- class="u-row-between left"
- style="display: flex; flex-direction: column"
- >
- <image
- src="../../static/express/ji.png"
- style="width: 40rpx; height: 40rpx"
- mode=""
- ></image>
- <image
- @click="changeadd"
- src="../../static/express/change.png"
- style="width: 40rpx; height: 40rpx"
- mode=""
- >
- </image>
- </view>
- <view
- class="u-row-between left"
- style="
- flex: 1;
- margin-left: 28rpx;
- border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
- display: flex;
- "
- >
- <view
- v-if="JSON.stringify(topadd) == '{}'"
- class="u-row-between"
- style=""
- @click="send"
- >
- <view class="pople">{{ i18n.sender }}</view>
- <view class="jiadd" style="margin-top: 14rpx">{{
- i18n.informat
- }}</view>
- </view>
- <view v-else class="u-row-between" style="" @click="send">
- <view class="">
- <text class="topname">{{ topadd.name }}</text>
- <text class="topaddress" style="margin-left: 8rpx">{{
- replacePhoneToStar(topadd.mobile)
- }}</text>
- </view>
- <view class="topaddress" style="margin-top: 14rpx">{{
- topadd.full_address
- }}</view>
- </view>
- <view class="u-flex" @click.stop="addbook(1)">
- <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
- <text class="right">{{ i18n.addressbook }}</text>
- </view>
- </view>
- </view>
- <view
- class="left u-flex"
- style="
- display: flex;
- margin-top: 26rpx;
- border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
- "
- >
- <view
- class="u-row-between left"
- style="display: flex; flex-direction: column"
- >
- <image
- src="../../static/express/shou.png"
- style="width: 40rpx; height: 40rpx"
- mode=""
- ></image>
- <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
- <!-- </image> -->
- </view>
- <view
- class="u-row-between left"
- style="flex: 1; margin-left: 28rpx; display: flex"
- >
- <view
- v-if="JSON.stringify(bottomadd) == '{}'"
- class="u-row-between"
- style=""
- @click="recipirnt"
- >
- <view class="pople">{{ i18n.recipient }}</view>
- <view class="jiadd" style="margin-top: 14rpx">{{
- i18n.informate
- }}</view>
- </view>
- <view v-else class="u-row-between" style="" @click="recipirnt">
- <view class="">
- <text class="topname">{{ bottomadd.name }}</text>
- <text class="topaddress" style="margin-left: 8rpx">{{
- replacePhoneToStar(bottomadd.mobile)
- }}</text>
- </view>
- <view class="topaddress" style="margin-top: 14rpx">{{
- bottomadd.full_address
- }}</view>
- </view>
- <view class="u-flex" @click.stop="addbook(0)">
- <view class="" style="color: rgba(151, 151, 151, 1)">|</view>
- <text class="right">{{ i18n.addressbook }}</text>
- </view>
- </view>
- </view>
- <!-- 物品信息 -->
- <view class="info u-flex u-row-between">
- <view class="u-flex">
- <text class="wupin">{{ i18n.item }}</text>
- <view class="mast">{{ i18n.required }}</view>
- </view>
- <view
- v-if="JSON.stringify(goodinfo) === '{}'"
- class="u-flex"
- @click="goods"
- >
- <view class="change">{{ i18n.selection }}</view>
- <image
- src="../../static/express/next1.png"
- style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
- mode=""
- ></image>
- </view>
- <view v-else class="goodname" @click="goods">
- {{ goodinfo.goodname }},{{ goodinfo.weight }}kg
- </view>
- </view>
- <!-- 跨境物流 -->
- <view class="info u-flex u-row-between">
- <view class="u-flex">
- <text class="wupin">{{ i18n.flow }}</text>
- </view>
- <view class="u-flex" @click="changewu">
- <!-- <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text> -->
- <text class="change" style="color: rgba(248, 50, 36, 1)">{{
- leftname ? leftname + " | " + rightname : i18n.selection
- }}</text>
- <image
- v-if="leftname == ''"
- src="../../static/express/next1.png"
- style="width: 28rpx; height: 28rpx; margin-left: 6rpx"
- mode=""
- ></image>
- </view>
- </view>
- <!-- 去寄件 -->
- <view class="" style="margin-top: 34rpx">
- <view class="mail" @click="todev">
- {{ i18n.mail }}
- </view>
- </view>
- <view class="bottom u-flex u-row-between">
- <button
- style="
- background-color: transparent;
- padding-left: 0 !important;
- padding-right: 0 !important;
- margin: 0 !important;
- "
- open-type="share"
- class="u-flex"
- >
- <image
- src="../../static/express/share.png"
- style="width: 36rpx; height: 36rpx"
- mode=""
- ></image>
- <text class="friend">{{ i18n.share }}</text>
- </button>
- <view class="friend">|</view>
- <view class="u-flex" @click="counter">
- <image
- src="/static/images/index/compile.png"
- style="width: 36rpx; height: 36rpx"
- mode=""
- >
- </image>
- <text class="friend">{{ i18n.compute }}</text>
- </view>
- </view>
- </view>
- <!-- 我的包裹 -->
- <view class="parcel">
- <view class="u-flex u-row-between">
- <view class="myparcel">
- <text>{{ i18n.mine }}</text>
- <text style="color: rgba(248, 50, 36, 1)">{{ i18n.parcel }}</text>
- </view>
- <view class="add u-flex">
- <image
- src="../../static/express/add.png"
- mode=""
- style="width: 44rpx; height: 44rpx"
- ></image>
- <text class="addtext" @click="toparcel">{{ i18n.addsign }}</text>
- </view>
- </view>
- <view class="u-flex u-row-around" style="margin-top: 44rpx">
- <view class="flexc" @click="pack('to_transit')">
- <view
- class=""
- style="position: relative; width: 68rpx; height: 68rpx"
- >
- <u-badge
- :absolute="true"
- :offset="[0, -15]"
- :type="type"
- max="99"
- :value="transit"
- ></u-badge>
- <image
- src="/static/express/address.png"
- style="width: 68rpx; height: 68rpx"
- mode=""
- >
- </image>
- </view>
- <text style="margin-top: 16rpx" class="bao">{{
- i18n.deliver
- }}</text>
- </view>
- <view
- class="flexc"
- style="position: relative"
- @click="pack('transit_receipt')"
- >
- <view
- class=""
- style="position: relative; width: 68rpx; height: 68rpx"
- >
- <u-badge
- :absolute="true"
- :offset="[0, -15]"
- :type="type"
- max="99"
- :value="receipt"
- ></u-badge>
- <image
- src="/static/express/sign.png"
- style="width: 68rpx; height: 68rpx"
- mode=""
- ></image>
- </view>
- <text style="margin-top: 16rpx" class="bao">{{ i18n.Sign }}</text>
- </view>
- <view
- class="flexc"
- style="position: relative"
- @click="pack('to_overseas')"
- >
- <view
- class=""
- style="position: relative; width: 68rpx; height: 68rpx"
- >
- <u-badge
- :absolute="true"
- :offset="[0, -15]"
- :type="type"
- max="99"
- :value="overseas"
- ></u-badge>
- <image
- src="../../static/express/send.png"
- style="width: 68rpx; height: 68rpx"
- mode=""
- ></image>
- </view>
- <text style="margin-top: 16rpx" class="bao">{{
- i18n.overseas
- }}</text>
- </view>
- </view>
- </view>
- <!-- 拼包 -->
- <view
- class="u-flex u-row-between"
- style="margin-top: 32rpx; width: 702rpx"
- >
- <view class="u-flex">
- <text class="hai">{{ i18n.parceling }}</text>
- <image
- v-if="language == 'zh-CN'"
- style="width: 180rpx; height: 32rpx"
- src="/static/express/label.png"
- mode=""
- ></image>
- <image
- v-if="language == 'en-US'"
- style="width: 300rpx; height: 32rpx"
- src="/static/express/label1.png"
- mode=""
- ></image>
- <image
- v-if="language == 'es-ES'"
- style="width: 334rpx; height: 32rpx"
- src="/static/express/label2.png"
- mode=""
- ></image>
- <image
- v-if="language == 'it-IT'"
- style="width: 366rpx; height: 32rpx"
- src="/static/express/label3.png"
- mode=""
- ></image>
- </view>
- <view class="u-flex">
- <text class="more" @click="more">{{ i18n.more }}</text>
- <image
- src="../../static/express/next2.png"
- style="width: 30rpx; height: 30rpx"
- mode=""
- ></image>
- </view>
- </view>
- <!-- 拼包数据 -->
- <view class="label" v-for="(item, idx) in expressList" :key="idx">
- <view class="" style="display: flex">
- <view class="left flexc">
- <text class="bourn">{{ i18n.destination }}</text>
- <view class="addres">{{ item.containerBase.country_name }}</view>
- <view class="addres">{{ item.containerBase.province_name }}</view>
- </view>
- <view class="" style="flex: 1; margin-left: 20rpx">
- <view class="u-flex u-row-between">
- <view class="">
- <text class="bigtitle" v-if="item.type == 'normal'">{{
- i18n.Ordinary
- }}</text>
- <text class="bigtitle" v-else>{{ i18n.Special }}</text>
- <text style="margin: 0 8rpx">|</text>
- <text v-if="language == 'zh-CN'" class="bigtitle">{{
- item.transportType.name_cn
- }}</text>
- <text v-if="language == 'en-US'" class="bigtitle">{{
- item.transportType.name_en
- }}</text>
- <text v-if="language == 'es-ES'" class="bigtitle">{{
- item.transportType.name_es
- }}</text>
- <text v-if="language == 'it-IT'" class="bigtitle">{{
- item.transportType.name_ita
- }}</text>
- </view>
- <view class="mon">
- <text class="timeb">{{ i18n.price }}</text>
- <text>¥</text>
- <text v-if="item.price" style="font-size: 32rpx">{{
- item.price.slice(0, -3)
- }}</text>
- <text v-if="item.price">{{ item.price.slice(-3) }}</text>
- </view>
- </view>
- <view class="" style="margin-top: 34rpx">
- <u-line-progress
- activeColor="rgba(255, 21, 21, 1)"
- :percentage="item.progress"
- height="6"
- :showText="false"
- ></u-line-progress>
- </view>
- <view class="u-flex u-row-between" style="margin-top: 20rpx">
- <view class="u-flex">
- <view class="">
- <text class="timeb">{{ i18n.already }} </text>
- <text class="timeb" style="color: rgba(255, 21, 21, 1)"
- >{{ item.used_weight }}kg</text
- >
- </view>
- <text style="margin: 0 8rpx">|</text>
- <view class="">
- <text class="timeb">{{ i18n.residue }} </text>
- <text class="timeb" style="color: rgba(255, 21, 21, 1)"
- >{{ item.residual_weight }}kg</text
- >
- </view>
- </view>
- <view class="">
- <text class="timeb">{{ i18n.plan }}{{ item.progress }}%</text>
- </view>
- </view>
- </view>
- </view>
- <view class="u-flex u-row-between" style="margin-top: 32rpx">
- <text class="timea"
- >{{ i18n.start }}:{{ item.begin_date }}/{{ i18n.cut }}:{{
- item.end_date
- }}</text
- >
- <view class="pinb" @click="toaccount(item)">{{
- i18n.goparceling
- }}</view>
- </view>
- </view>
- </view>
- <u-popup round="28" :show="logshow" @close="close">
- <view class="pop">
- <kj-flow
- :weight = 'goodinfo.weight'
- :length = 'goodinfo.length'
- :width =' goodinfo.width'
- :height ='goodinfo.height'
- :language="language"
- :goodstype="goodinfo.goodtype"
- ref="child"
- :province_id="province_id"
- @success="success"
- @close="close()"
- :leftchangea="leftchange"
- :rightchangea="rightchange"
- :typeida="typeid"
- :country_id='country_id'
- ></kj-flow>
- </view>
- </u-popup>
- <!-- <u-button @click="show = true">打开</u-button> -->
- <!-- <view class="" style="height: 160rpx;"></view> -->
- </scroll-view>
- </template>
- <script>
- import { conn } from "@/utils/WebIM";
- export default {
- props:{
- language:''
- },
- data() {
- return {
- //顶部分段器
- list: [],
- current: 0,
- type: "error",
- percentage: 50, //进度条
- logshow: false, //物流选择
- status_collection: "", //我的包裹选择值
- transit: 0, //发往中转点
- receipt: 0, //中转已签收
- overseas: 0, //正发往海外
- topadd: {}, //新建寄件人
- bottomadd: {}, //新建收件人
- province_id: "",
- country_id:'',
- leftname: "",
- rightname: "",
- container_id: "", //货柜列表
- // language: "zh-CN",
- goodinfo: {}, //物品信息
- unit_price: "",
- expressList: [],
- leftchange: "",
- rightchange: "",
- typeid: "",
- unReadCount: 0,
- };
- },
- created(options) {
- this.list = [this.i18n.border, this.i18n.shop];
- // if (options.current) {
- // this.current = options.current
- // }
- this.topadd = {}; //新建寄件人
- this.bottomadd = {}; //新建收件人
- },
- mounted() {
- this.list[0] = this.i18n.border;
- this.list[1] = this.i18n.shop;
- // uni.setNavigationBarTitle({
- // title: this.i18n.setup
- // })
- this.express(); //获取包裹数量
- // if (uni.getStorageSync("language") != "") {
- // this.language = uni.getStorageSync("language");
- // }
- this.getexpress();
- this.getlist();
- },
- computed: {
- i18n() {
- return this.$t("index");
- },
- },
- methods: {
- getlist() {
- this.unReadCount = 0;
- conn
- .getServerConversations({
- pageSize: 50,
- cursor: "",
- })
- .then((res) => {
- console.log(res);
- res.data.conversations.forEach((item) => {
- this.unReadCount += item.unReadCount;
- });
- });
- },
- onShareAppMessage(res) {
- if (res.from === "button") {
- // 来自页面内分享按钮
- console.log(res.target);
- }
- return {
- title: this.i18n.border,
- path: "/pages/index/index?current=0",
- };
- },
- callphone() {
- uni.$u.http
- .get("/api/config", {
- params: {
- module: "basic",
- },
- })
- .then((res) => {
- console.log(res);
- uni.makePhoneCall({
- phoneNumber: res.service_mobile,
- });
- })
- .catch(() => {});
- },
- //价格计算
- calculate() {
- uni.$u.http
- .get("/api/express-order/calculate", {
- params: {
- container_id: this.container_id, // 是 String 货柜ID
- weight: this.goodinfo.weight, //是 String 重量(kg)
- length: this.goodinfo.length, //是 String 长(m)
- width: this.goodinfo.width, //是 String 宽(m)
- height: this.goodinfo.height, //是 String 高(m)
- type: this.goodinfo.goodtype, //是 String 商品类型: normal.普通商品,
- },
- })
- .then((res) => {
- console.log(res);
- uni.navigateTo({
- url:
- "/pageB/delivery?goodinfo=" +
- encodeURIComponent(JSON.stringify(this.goodinfo)) +
- "&topadd=" +
- encodeURIComponent(JSON.stringify(this.topadd)) +
- "&bottom=" +
- encodeURIComponent(JSON.stringify(this.bottomadd)) +
- "&leftname=" +
- this.leftname +
- "&rightname=" +
- this.rightname +
- "&container_id=" +
- this.container_id +
- "&unit_price=" +
- this.unit_price +
- "&all=" +
- res,
- });
- })
- .catch(() => {});
- },
- //拼包列表
- getexpress() {
- uni.$u.http
- .get("/api/express-group-package", {
- params: {
- is_page: 0,
- page: 1,
- limit: 3,
- transport_type_id: "",
- container_base_id: "",
- type: "",
- },
- })
- .then((res) => {
- this.expressList = res;
- })
- .catch(() => {});
- },
- //跨境物流选择
- success(msg) {
- this.logshow = false;
- this.leftname = msg.leftname;
- this.container_id = msg.dateid;
- this.rightname = msg.rightname;
- this.unit_price = msg.unit_price;
- this.leftchange = msg.leftchange;
- this.rightchange = msg.rightchange;
- this.typeid = msg.typeid;
- },
- //物流选择
- changewu() {
- var that = this;
- if (this.province_id) {
- this.logshow = true;
- setTimeout(() => {
- console.log("2222222", this.$refs.child);
- that.$refs.child.transport();
- }, 800);
- } else {
- this.$u.toast(this.i18n.selectcity);
- }
- },
- //改变地址
- changeadd() {
- var a = {};
- a = this.topadd;
- this.topadd = this.bottomadd;
- this.bottomadd = a;
- this.province_id = this.bottomadd.province_id;
- this.country_id = this.bottomadd.country_id;
- },
- //正则匹配手机号
- replacePhoneToStar: function (phone) {
- if (phone) {
- return phone.replace(/(\d{3})\d{4}(\d{4})/, "$1****$2");
- }
- },
- //地址薄
- addbook(index) {
- var that = this;
- uni.navigateTo({
- url: "/pageC/addressManagement/addressManagement?tabs=" + index,
- events: {
- getadd(res) {
- if (index == 1) {
- that.topadd = res;
- console.log("topadd", that.topadd);
- } else {
- that.bottomadd = res;
- console.log("bottom", that.bottomadd);
- that.province_id = that.bottomadd.province_id;
- that.country_id = that.bottomadd.country_id;
- }
- },
- },
- });
- },
- //我的包裹
- express() {
- uni.$u.http
- .get("/api/express-order/status-count", {})
- .then((res) => {
- console.log(res);
- this.overseas = res.to_overseas;
- this.receipt = res.transit_receipt;
- this.transit = res.to_transit;
- })
- .catch(() => {});
- },
- todev() {
- if (JSON.stringify(this.topadd) === "{}") {
- this.$u.toast("请填写寄件人地址");
- } else if (JSON.stringify(this.bottomadd) === "{}") {
- this.$u.toast("请填写收件人地址");
- } else if (JSON.stringify(this.goodinfo) === "{}") {
- this.$u.toast(this.i18n.select);
- } else if (this.leftname == "") {
- this.$u.toast(this.i18n.logisticsMethod);
- } else {
- this.calculate();
- }
- },
- count() {
- uni.navigateTo({
- url: "/pageB/account",
- });
- },
- pack(index) {
- uni.navigateTo({
- // url: '/pageB/myPackage?index=' + index
- url: "/pageC/myPackage/myPackage?type=" + index,
- });
- },
- more() {
- uni.navigateTo({
- url: "/pageB/list/list",
- });
- },
- //拼包快递
- toaccount(info) {
- uni.navigateTo({
- url:
- "/pageB/ParcelExpress?expressinfo=" +
- encodeURIComponent(JSON.stringify(info)) +
- "&type=" +
- "pin",
- });
- },
- //物流计算器
- counter() {
- uni.navigateTo({
- url: "/pageA/counter",
- });
- },
- //消息
- tochat() {
- uni.navigateTo({
- url: "/pageA/chat/news",
- });
- },
- //物品信息
- goods() {
- var that = this;
- if (JSON.stringify(this.goodinfo) == "{}") {
- uni.navigateTo({
- url: "/pageB/goods",
- events: {
- goodinfo: function (res) {
- console.log("goodinfo", res);
- that.goodinfo = res;
- },
- },
- });
- } else {
- uni.navigateTo({
- url:
- "/pageB/goods?goodinfo=" +
- encodeURIComponent(JSON.stringify(this.goodinfo)),
- events: {
- goodinfo: function (res) {
- that.goodinfo = res;
- console.log(res);
- },
- },
- });
- }
- },
- //寄件人信息
- send() {
- var that = this;
- if (JSON.stringify(that.topadd) == "{}") {
- uni.navigateTo({
- url: "/pageC/addEditAddress/addEditAddress",
- events: {
- topadd: function (res) {
- // console.log(res);
- that.topadd = res;
- },
- },
- });
- } else {
- var that = this;
- uni.navigateTo({
- url: "/pageC/addEditAddress/addEditAddress?id=" + that.topadd.id,
- events: {
- topadd: function (res) {
- // console.log(res);
- that.topadd = res;
- },
- },
- });
- }
- },
- recipirnt() {
- var that = this;
- if (JSON.stringify(that.bottomadd) == "{}") {
- uni.navigateTo({
- url: "/pageB/recipientinfo",
- events: {
- bottomadd: function (res) {
- console.log(res);
- that.bottomadd = res;
- that.province_id = res.province_id;
- that.country_id = res.country_id;
- },
- },
- });
- } else {
- uni.navigateTo({
- url: "/pageB/recipientinfo?id=" + that.bottomadd.id,
- events: {
- bottomadd: function (res) {
- console.log(res);
- that.bottomadd = res;
- that.province_id = res.province_id;
- that.country_id = res.country_id;
- },
- },
- });
- }
- },
- close() {
- this.logshow = false;
- },
- //分段器切换
- sectionChange(index) {
- this.current = index;
- console.log(index);
- if (this.current == 1) {
- uni.switchTab({
- url: "/pages/index/index?current=1",
- });
- this.current = 0;
- }
- },
- toparcel() {
- uni.navigateTo({
- url: "/pageB/parcel",
- });
- },
- },
- };
- </script>
- <style lang="scss" scoped>
- button {
- border: 0rpx solid rgba(0, 0, 0, 1) !important;
- }
- page {
- background-color: rgba(0, 0, 0, 0);
- }
- .bao {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #222222;
- line-height: 36rpx;
- text-align: center;
- font-style: normal;
- }
- .goodname {
- font-family: SFPro, SFPro;
- font-weight: 400;
- font-size: 28rpx;
- color: #222222;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .topname {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 30rpx;
- color: #222222;
- line-height: 42rpx;
- text-align: left;
- font-style: normal;
- }
- .topaddress {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #777777;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- }
- .pop {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 36rpx;
- color: #333333;
- line-height: 50rpx;
- text-align: left;
- font-style: normal;
- padding: 32rpx 28rpx 0 0;
- box-sizing: border-box;
- }
- .mon {
- font-family: HarmonyOS_Sans_Medium;
- font-size: 20rpx;
- color: #f83224;
- line-height: 26rpx;
- text-align: left;
- font-style: normal;
- font-weight: 600;
- }
- .bigtitle {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 28rpx;
- color: #222222;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .timeb {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 22rpx;
- color: #666666;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .timea {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 22rpx;
- color: #555555;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .pinb {
- width: 148rpx;
- height: 64rpx;
- background: #ff1515;
- border-radius: 42rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 28rpx;
- color: #ffffff;
- line-height: 64rpx;
- text-align: center;
- font-style: normal;
- }
- .label {
- margin-top: 20rpx;
- width: 702rpx;
- // height: 288rpx;
- background: #ffffff;
- border-radius: 16rpx;
- padding: 32rpx 20rpx;
- box-sizing: border-box;
- .left {
- width: 144rpx;
- height: 144rpx;
- background: #f5f5f5;
- border-radius: 8rpx;
- .bourn {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 20rpx;
- color: #222222;
- line-height: 28rpx;
- text-align: left;
- font-style: normal;
- }
- .addres {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 28rpx;
- color: #222222;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- }
- }
- .flexc {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .hai {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 32rpx;
- color: #222222;
- line-height: 44rpx;
- text-align: left;
- font-style: normal;
- margin-right: 10rpx;
- }
- .more {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #f83224;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- }
- .parcel {
- width: 702rpx;
- // height: 260rpx;
- background: #ffffff;
- border-radius: 16rpx;
- margin-top: 20rpx;
- padding: 24rpx;
- box-sizing: border-box;
- .myparcel {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 28rpx;
- color: #222222;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .add {
- // width: 240rpx;
- height: 48rpx;
- background: rgba(248, 50, 36, 0.06);
- border-radius: 24rpx;
- .addtext {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 20rpx;
- color: #000000;
- line-height: 28rpx;
- text-align: left;
- font-style: normal;
- }
- }
- }
- .address {
- width: 702rpx;
- // height: 776rpx;
- background: #ffffff;
- border-radius: 20rpx;
- padding: 48rpx 24rpx 36rpx;
- box-sizing: border-box;
- margin-top: 38rpx;
- .bottom {
- padding: 0 76rpx;
- box-sizing: border-box;
- margin-top: 48rpx;
- .friend {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #555555;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- margin-left: 12rpx;
- }
- }
- .mail {
- width: 646rpx;
- height: 84rpx;
- background: #f83224;
- box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
- border-radius: 44rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #ffffff;
- line-height: 84rpx;
- text-align: center;
- font-style: normal;
- }
- .info {
- height: 100rpx;
- border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
- .wupin {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .change {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #666666;
- line-height: 40rpx;
- text-align: left;
- font-style: normal;
- }
- .mast {
- // width: 62rpx;
- height: 30rpx;
- border-radius: 16rpx;
- border: 1rpx solid #f83224;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 20rpx;
- color: #ff1515;
- line-height: 30rpx;
- text-align: center;
- font-style: normal;
- margin-left: 12rpx;
- padding: 0 4rpx;
- box-sizing: border-box;
- }
- }
- .left {
- height: 128rpx;
- .pople {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 30rpx;
- color: #222222;
- line-height: 42rpx;
- text-align: left;
- font-style: normal;
- }
- .jiadd {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #777777;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- }
- .right {
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 26rpx;
- color: #222222;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- margin-left: 18rpx;
- }
- }
- }
- // ::v-deep .u-navbar__content.data-v-1194bf80 {
- // background-color: rgba(0, 0, 0, 0) !important;
- // }
- // ::v-deep .u-status-bar.data-v-13f16680 {
- // background-color: rgba(0, 0, 0, 0) !important;
- // }
- ::v-deep .u-subsection--button.data-v-b14d3440 {
- /* padding: 6rpx 34rpx !important; */
- border-radius: 64rpx !important;
- }
- ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
- border-radius: 32rpx !important;
- }
- </style>
|