Commit 7e50ea1c authored by 刘威龙's avatar 刘威龙

选择区域bug修复

parent db477f60
<template>
<view class="orderPodItem box_shadow_card" @click="navToOrderPodDetail()">
<view class="orderPodItem box_shadow_card">
<view @click="navToOrderPodDetail()">
<view class="shipment-header flex_sb" style="padding: 28rpx 24rpx 0;">
<view class="consumer_code flex_center">
......
......@@ -90,7 +90,7 @@
<!-- 上传图片 -->
<view class="uploader-img">
<bs-uploader ref="myUploadImg" :required="true"
uploadTitle="上传图片" />
uploadTitle="上传图片" uploadAccept='image'/>
</view>
</view>
<!-- 底部按钮 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment