doum
2 天以前 0ee006792256a1089467b7f54e0eb5061c1afa12
mini-program/pages/index/index.vue
@@ -118,16 +118,16 @@
                     </view>
                  </view>
                  <view class="commodity-item-shou">
                     <text>已售{{item.saleNum + item.realSaleNum}}</text>
                     <text>已售{{(item.saleNum||0) + (item.realSaleNum||0)}}</text>
                     <view class="commodity-item-shou-add" @click.stop="addCard(item)">+</view>
                  </view>
               </view>
            </view>
         </view>
      </view>
      <view class="dingwei" v-if="isShow">
      <view class="dingwei" v-if="!position">
         <view class="dingwei-left">
            <text>未授权定位</text>
            <text>未获取定位信息</text>
            <text>我们无法获得您当前位置信息为您推荐附近经销商</text>
         </view>
         <view class="dingwei-btn" @click="goToAppSetting">开启定位</view>
@@ -564,9 +564,9 @@
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  image {
                     width: 100%;
                     height: 330rpx;
                  }
               }