l***@163.com
l***@163.com
  • 发布:2021-05-19 17:53
  • 更新:2021-05-19 17:53
  • 阅读:983

【报Bug】项目依赖"@dcloudio/uni-ui": "^1.3.1",后,编译成小程序报错

分类:uni-app

产品分类: uniapp/小程序/微信

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 10

HBuilderX类型: 正式

HBuilderX版本号: 3.1.13

第三方开发者工具版本号: 2.8

基础库版本号: 2.8

项目创建方式: HBuilderX

操作步骤:

项目依赖"@dcloudio/uni-ui": "^1.3.1",后,编译成小程序报错

预期结果:

成功编译

实际结果:

报错

bug描述:

项目依赖"@dcloudio/uni-ui": "^1.3.1",后,编译成小程序报错

Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
17:36:10.524 (Emitted value instead of an instance of Error)
17:36:10.528 Errors compiling template:
17:36:10.529 :class 不支持 _f("formatChangeCls")(topMakretMap[market.${item.symbol}.detail].change) 语法
17:36:10.534 1 |
17:36:10.534 |
17:36:10.537 2 | <view class="container">
17:36:10.537 | ^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.540 3 |
17:36:10.540 | ^
17:36:10.542 4 | <!-- 头部轮播 -->
17:36:10.543 | ^^^^^^^^^^^^^^
17:36:10.547 5 | <view class="carousel-section">
17:36:10.548 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.550 6 | <!-- 背景色区域 -->
17:36:10.551 | ^^^^^^^^^^^^^^^^
17:36:10.559 7 | <swiper class="carousel" circular @change="swiperChange" autoplay="true">
17:36:10.560 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.562 8 | <swiper-item v-for="(item, index) in carousels" :key="index" class="carousel-item">
17:36:10.563 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.567 9 | <image :src="item.url" />
17:36:10.568 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.571 10 | </swiper-item>
17:36:10.571 | ^^^^^^^^^^^^^^^^^
17:36:10.574 11 | </swiper>
17:36:10.574 | ^^^^^^^^^^^
17:36:10.576 12 | <!-- 自定义swiper指示器 -->
17:36:10.576 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.579 13 | <view class="swiper-dots">
17:36:10.579 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.582 14 | <text class="num">{{swiperCurrent+1}}</text>
17:36:10.582 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.585 15 | <text class="sign">/</text>
17:36:10.586 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.588 16 | <text class="num">{{swiperLength}}</text>
17:36:10.588 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.591 17 | </view>
17:36:10.591 | ^^^^^^^^^
17:36:10.593 18 | </view>
17:36:10.594 | ^^^^^^^^
17:36:10.596 19 | <view class="cate-section">
17:36:10.596 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.598 20 | <noticeSwiper :list="notices"></noticeSwiper>
17:36:10.599 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.601 21 | </view>
17:36:10.602 | ^^^^^^^^
17:36:10.604 22 | <scroll-view class="scroll-view-market" scroll-x="true">
17:36:10.604 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.607 23 | <view class="market-item" v-for="(item, i) in topSymbols" :key="item.symbol" @click="navTo(/pages/public/kline?symbol=${item.symbol})">
17:36:10.608 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.610 24 | <view class="item">
17:36:10.611 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:10.614 25 | <view class="t">{{item.title}}<text :class="topMakretMap[market.${item.symbol}.detail].change | formatChangeCls">{{topMakretMap[market.${item.symbol}.detail].change | formatChange}}</text></view>
17:36:10.615 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.618 26 | <text class="c" :class="topMakretMap[market.${item.symbol}.detail].change | formatChangeCls">{{topMakretMap[market.${item.symbol}.detail].tick ? topMakretMap[market.${item.symbol}.detail].tick.close : '0.00'}}</text>
17:36:10.623 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.627 27 | <text class="b">≈ {{topMakretMap[market.${item.symbol}.detail].cny}} CNY</text>
17:36:10.632 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.633 28 | </view>
17:36:10.638 | ^^^^^^^^^^
17:36:10.638 29 | </view>
17:36:10.641 | ^^^^^^^^^
17:36:10.641 30 | </scroll-view>
17:36:10.643 | ^^^^^^^^^^^^^^^
17:36:10.644 31 | <view class="menu">
17:36:10.646 | ^^^^^^^^^^^^^^^^^^^^
17:36:10.646 32 | <view class="fiat" @click="navTo('/pages/otc/otc')">
17:36:10.648 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.648 33 | <image src="../../static/icon-fiat.png" mode="widthFix"></image>
17:36:10.652 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.652 34 | <view class="label">
17:36:10.654 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.655 35 | <text>法币交易</text>
17:36:10.657 | ^^^^^^^^^^^^^^^^^^^^^
17:36:10.658 36 | <text class="sub">支持ETH、USDT</text>
17:36:10.660 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.660 37 | </view>
17:36:10.662 | ^^^^^^^^^^
17:36:10.663 38 | </view>
17:36:10.665 | ^^^^^^^^^
17:36:10.665 39 | <view class="ex">
17:36:10.667 | ^^^^^^^^^^^^^^^^^^^
17:36:10.668 40 | <view class="item exchange" @click="navTo('/pages/exchange/index', true)">
17:36:10.670 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.671 41 | <image src="../../static/exchange.png"></image>
17:36:10.672 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.672 42 | <text>快捷闪兑</text>
17:36:10.677 | ^^^^^^^^^^^^^^^^^^^^^
17:36:10.677 43 | </view>
17:36:10.679 | ^^^^^^^^^^
17:36:10.679 44 | <!-- <view class="item shop" @click="navTo('/pages/shop/index')">
17:36:10.684 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.684 45 | <image class="miner" src="../../static/icon-shop.png"></image>
17:36:10.687 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.687 46 | <text>Fex商城</text>
17:36:10.691 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:10.691 47 | </view> -->
17:36:10.695 | ^^^^^^^^^^^^^^
17:36:10.695 48 | <view class="item shop" @click="navTo('/pages/finance/deposit')">
17:36:10.698 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.698 49 | <image class="miner" src="../../static/icon-shop.png"></image>
17:36:10.701 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.701 50 | <text>存币理财</text>
17:36:10.704 | ^^^^^^^^^^^^^^^^^^^^^
17:36:10.704 51 | </view>
17:36:10.707 | ^^^^^^^^^^
17:36:10.707 52 | </view>
17:36:10.709 | ^^^^^^^^^
17:36:10.710 53 | </view>
17:36:10.711 | ^^^^^^^^
17:36:10.712 54 | <view class="advert">
17:36:10.713 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:10.713 55 | <uni-swiper-dot :current="current" :mode="mode">
17:36:10.716 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.716 56 | <swiper class="swiper-box" autoplay="true">
17:36:10.719 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.719 57 | <swiper-item v-for="(item, index) in ads" :key="index" class="swiper-item">
17:36:10.721 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.722 58 | <image :src="item.url" mode="widthFix"/>
17:36:10.724 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.725 59 | </swiper-item>
17:36:10.727 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.727 60 | </swiper>
17:36:10.729 | ^^^^^^^^^^^^^^^
17:36:10.729 61 | </uni-swiper-dot>
17:36:10.732 | ^^^^^^^^^^^^^^^^^^^
17:36:10.733 62 | </view>
17:36:10.735 | ^^^^^^^^
17:36:10.735 63 | <!-- 市值排行 -->
17:36:10.749 | ^^^^^^^^^^^^^^
17:36:10.749 64 | <view class="coin-section m-t">
17:36:10.751 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.752 65 | <view class="s-header">
17:36:10.754 | ^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.754 66 | <view class="col">币种/流通市值</view>
17:36:10.758 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.759 67 | <view class="col r">全球指数</view>
17:36:10.762 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.762 68 | <view class="col r">24小时涨幅</view>
17:36:10.767 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.767 69 | </view>
17:36:10.770 | ^^^^^^^^^
17:36:10.770 70 | <view class="s-row little-line" v-for="(item, i) in markets" :key="item.symbol">
17:36:10.774 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.774 71 | <view class="col light">
17:36:10.776 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.777 72 | <image :src="item.icon" class="coinLogo"></image>
17:36:10.779 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.779 73 | {{item.symbol}}
17:36:10.782 | ^^^^^^^^^^^^^^^^^^^
17:36:10.782 74 | <view class="subtitle">{{item.marketcap | formatMarketcap}}</view>
17:36:10.785 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.785 75 | </view>
17:36:10.787 | ^^^^^^^^^^
17:36:10.788 76 | <view class="col r light">
17:36:10.791 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.792 77 | {{item.priceCny}}
17:36:10.794 | ^^^^^^^^^^^^^^^^^^^^^
17:36:10.794 78 | <view class="subtitle">${{item.priceUsd}}</view>
17:36:10.796 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.797 79 | </view>
17:36:10.801 | ^^^^^^^^^^
17:36:10.801 80 | <view class="col r"><uni-tag :text="item.changePercent | formatChange" :type="item.changePercent >= 0 ? 'success' : 'error'"></uni-tag></view>
17:36:10.804 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.806 81 | </view>
17:36:10.808 | ^^^^^^^^^
17:36:10.808 82 | </view>
17:36:10.811 | ^^^^^^^^
17:36:10.811 83 |
17:36:10.813 | ^
17:36:10.813 84 | <view class="lottery-icon" @click="navTo('/pages/lottery/index')">
17:36:10.815 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.815 85 | <image src="../../static/lottery_icon.png"></image>
17:36:10.818 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.818 86 | </view>
17:36:10.821 | ^^^^^^^^
17:36:10.821 87 | </view>
17:36:10.823 | ^^^^^^^
17:36:10.824 at G:\workspace_shop\iotechn-unimall-master\koch-fex-wallet-app-master\pages\index\index.vue:0
17:36:10.827 Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
17:36:10.827 (Emitted value instead of an instance of Error)
17:36:10.829 Errors compiling template:
17:36:10.830 :class 不支持 _f("formatSideClass")(item.side,item) 语法
17:36:10.832 1 |
17:36:10.833 |
17:36:10.836 2 | <view class="container">
17:36:10.836 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.839 3 | <!-- 列表 -->
17:36:10.839 | ^^^^^^^^^^^^
17:36:10.841 4 | <view class="coin-section m-t">
17:36:10.842 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.844 5 | <u-empty text="暂无订单记录" :show="empty" mode="data" margin-top="200"></u-empty>
17:36:10.844 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.846 6 | <view v-for="(item, i) in list" :key="row${item.id}" class="block little-line" @click="navTo(/pages/otc/order/detail?id=${item.id}, true)">
17:36:10.847 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:10.851 7 | <view class="s-row">
17:36:11.076 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.079 8 | <view class="col">
17:36:11.079 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:11.082 9 | <text class="coin" :class="item.side | formatSideClass(item)">{{item.side | formatSide(item)}}</text>
17:36:11.082 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.085 10 | <text class="coin">{{item.coin}}</text>
17:36:11.086 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.090 11 | </view>
17:36:11.090 | ^^^^^^^^^^^
17:36:11.092 12 | <view class="col r light">
17:36:11.094 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.097 13 | <text class="status">{{statusMap[item.status]}}</text>
17:36:11.097 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.099 14 | <uni-icons type="forward" size="20" class="gt"></uni-icons>
17:36:11.100 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.103 15 | </view>
17:36:11.103 | ^^^^^^^^^^^
17:36:11.106 16 | </view>
17:36:11.106 | ^^^^^^^^^^
17:36:11.108 17 | <view class="s-row">
17:36:11.108 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.110 18 | <view class="col subtitle row-title">时间</view>
17:36:11.111 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.113 19 | <view class="col subtitle row-title">数量(USDT)</view>
17:36:11.113 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.116 20 | <view class="col r subtitle row-title">交易总合(CNY)</view>
17:36:11.117 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.120 21 | </view>
17:36:11.120 | ^^^^^^^^^^
17:36:11.124 22 | <view class="s-row">
17:36:11.124 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.126 23 | <view class="col subtitle row-amount">{{item.ctime | moment('HH:mm MM/DD')}}</view>
17:36:11.127 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.129 24 | <view class="col subtitle row-amount">{{item.volume}}</view>
17:36:11.129 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.134 25 | <view class="col r subtitle row-amount">{{item.totalPrice}}</view>
17:36:11.138 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.139 26 | </view>
17:36:11.141 | ^^^^^^^^^^
17:36:11.141 27 | </view>
17:36:11.144 | ^^^^^^^^^
17:36:11.144 28 | <u-loadmore v-if="!empty" :status="loadingStatus" :margin-top="30"/>
17:36:11.146 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.146 29 |
17:36:11.148 | ^^
17:36:11.149 30 | </view>
17:36:11.151 | ^^^^^^^^
17:36:11.152 31 |
17:36:11.156 | ^
17:36:11.156 32 | <uni-popup ref="popup" type="top">
17:36:11.158 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.158 33 | <view class="filter-wrapper">
17:36:11.160 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.161 34 | <view class="filter">
17:36:11.163 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.163 35 | <view class="filter-title">交易类型</view>
17:36:11.167 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.168 36 | <view class="filter-pay">
17:36:11.170 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.171 37 | <text @click="filter('BUY', undefined)" class="filter-pay-item" :class="{'filter-active': query.side == 'BUY'}">购买</text>
17:36:11.176 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.176 38 | <text @click="filter('SELL', undefined)" class="filter-pay-item" :class="{'filter-active': query.side == 'SELL'}">出售</text>
17:36:11.181 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.184 39 | <text class="placeholder"></text>
17:36:11.187 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.187 40 | </view>
17:36:11.190 | ^^^^^^^^^^^
17:36:11.191 41 | <view class="filter-title">订单状态</view>
17:36:11.195 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.195 42 | <view class="filter-pay">
17:36:11.197 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.198 43 | <text class="filter-pay-item" v-for="(v, k) in statusMap" :key="k" @click="filter(undefined, k)" :class="{'filter-active': query.status == k}" >{{v}}</text>
17:36:11.201 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.205 44 | </view>
17:36:11.205 | ^^^^^^^^^^^
17:36:11.207 45 | </view>
17:36:11.208 | ^^^^^^^^^^
17:36:11.210 46 |
17:36:11.211 | ^^^
17:36:11.213 47 | <view class="btn-wrapper">
17:36:11.213 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.215 48 | <view class="btn" @click="reset">重置</view>
17:36:11.216 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.219 49 | <view class="btn submit" @click="search">筛选</view>
17:36:11.220 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.223 50 | </view>
17:36:11.223 | ^^^^^^^^^^
17:36:11.225 51 | </view>
17:36:11.226 | ^^^^^^^^^
17:36:11.228 52 | </uni-popup>
17:36:11.228 | ^^^^^^^^^^^^^
17:36:11.230 53 | </view>
17:36:11.230 | ^^^^^^^
17:36:11.231 at G:\workspace_shop\iotechn-unimall-master\koch-fex-wallet-app-master\pages\otc\merchant\orderList.vue:0
17:36:11.232 Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
17:36:11.236 (Emitted value instead of an instance of Error)
17:36:11.236 Errors compiling template:
17:36:11.239 :class 不支持 _f("formatSideClass")(item.side,item) 语法
17:36:11.239 1 |
17:36:11.241 |
17:36:11.242 2 | <view class="container">
17:36:11.244 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.244 3 | <!-- 列表 -->
17:36:11.246 | ^^^^^^^^^^^^
17:36:11.246 4 | <view class="coin-section m-t">
17:36:11.248 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.248 5 | <u-empty text="暂无订单记录" :show="empty" mode="data" margin-top="200"></u-empty>
17:36:11.251 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.252 6 | <view v-for="(item, i) in list" :key="row${item.id}" class="block little-line" @click="navTo(/pages/otc/order/detail?id=${item.id}, true)">
17:36:11.254 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.255 7 | <view class="s-row">
17:36:11.258 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.258 8 | <view class="col">
17:36:11.261 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:11.261 9 | <text class="coin" :class="item.side | formatSideClass(item)">{{item.side | formatSide(item)}}</text>
17:36:11.264 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.264 10 | <text class="coin">{{item.coin}}</text>
17:36:11.267 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.267 11 | </view>
17:36:11.270 | ^^^^^^^^^^^
17:36:11.270 12 | <view class="col r light">
17:36:11.273 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.273 13 | <text class="status">{{statusMap[item.status]}}</text>
17:36:11.275 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.275 14 | <uni-icons type="forward" size="20" class="gt"></uni-icons>
17:36:11.277 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.278 15 | </view>
17:36:11.281 | ^^^^^^^^^^^
17:36:11.282 16 | </view>
17:36:11.284 | ^^^^^^^^^^
17:36:11.285 17 | <view class="s-row">
17:36:11.287 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.287 18 | <view class="col subtitle row-title">时间</view>
17:36:11.289 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.290 19 | <view class="col subtitle row-title">数量(USDT)</view>
17:36:11.292 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.292 20 | <view class="col r subtitle row-title">交易总合(CNY)</view>
17:36:11.295 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.296 21 | </view>
17:36:11.299 | ^^^^^^^^^^
17:36:11.299 22 | <view class="s-row">
17:36:11.302 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.303 23 | <view class="col subtitle row-amount">{{item.ctime | moment('HH:mm MM/DD')}}</view>
17:36:11.306 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.306 24 | <view class="col subtitle row-amount">{{item.volume}}</view>
17:36:11.309 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.309 25 | <view class="col r subtitle row-amount">{{item.totalPrice}}</view>
17:36:11.312 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.312 26 | </view>
17:36:11.314 | ^^^^^^^^^^
17:36:11.315 27 | </view>
17:36:11.317 | ^^^^^^^^^
17:36:11.317 28 | <u-loadmore v-if="!empty" :status="loadingStatus" :margin-top="30"/>
17:36:11.320 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.320 29 |
17:36:11.322 | ^^
17:36:11.323 30 | </view>
17:36:11.325 | ^^^^^^^^
17:36:11.325 31 |
17:36:11.327 | ^
17:36:11.327 32 | <uni-popup ref="popup" type="top">
17:36:11.329 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.329 33 | <view class="filter-wrapper">
17:36:11.331 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.331 34 | <view class="filter">
17:36:11.336 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.336 35 | <view class="filter-title">交易类型</view>
17:36:11.339 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.339 36 | <view class="filter-pay">
17:36:11.341 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.353 37 | <text @click="filter('BUY', undefined)" class="filter-pay-item" :class="{'filter-active': query.side == 'BUY'}">购买</text>
17:36:11.356 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.356 38 | <text @click="filter('SELL', undefined)" class="filter-pay-item" :class="{'filter-active': query.side == 'SELL'}">出售</text>
17:36:11.359 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.360 39 | <text class="placeholder"></text>
17:36:11.363 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.363 40 | </view>
17:36:11.367 | ^^^^^^^^^^^
17:36:11.368 41 | <view class="filter-title">订单状态</view>
17:36:11.370 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.371 42 | <view class="filter-pay">
17:36:11.373 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.373 43 | <text class="filter-pay-item" v-for="(v, k) in statusMap" :key="k" @click="filter(undefined, k)" :class="{'filter-active': query.status == k}" >{{v}}</text>
17:36:11.376 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.379 44 | </view>
17:36:11.379 | ^^^^^^^^^^^
17:36:11.381 45 | </view>
17:36:11.382 | ^^^^^^^^^^
17:36:11.496 46 |
17:36:11.497 | ^^^
17:36:11.499 47 | <view class="btn-wrapper">
17:36:11.499 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.501 48 | <view class="btn" @click="reset">重置</view>
17:36:11.502 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.504 49 | <view class="btn submit" @click="search">筛选</view>
17:36:11.504 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.507 50 | </view>
17:36:11.508 | ^^^^^^^^^^
17:36:11.510 51 | </view>
17:36:11.510 | ^^^^^^^^^
17:36:11.512 52 | </uni-popup>
17:36:11.512 | ^^^^^^^^^^^^^
17:36:11.514 53 | </view>
17:36:11.514 | ^^^^^^^
17:36:11.518 at G:\workspace_shop\iotechn-unimall-master\koch-fex-wallet-app-master\pages\otc\order\list.vue:0
17:36:11.518 Module Error (from ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js):
17:36:11.521 (Emitted value instead of an instance of Error)
17:36:11.521 Errors compiling template:
17:36:11.524 :class 不支持 fexfont icon-${t} 语法
17:36:11.524 1 |
17:36:11.526 |
17:36:11.526 2 | <view class="order-item little-line">
17:36:11.528 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.529 3 | <view class="row user-info" @click="navTo(/pages/otc/business/business?merchantId=${data.uid})">
17:36:11.531 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.532 4 | <view class="name"><view class="profile">{{data.nickname | sub}}</view>{{data.nickname}}</view>
17:36:11.535 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.535 5 | <view class="nomarl">1091 | 99%</view>
17:36:11.538 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.539 6 | </view>
17:36:11.542 | ^^^^^^^^
17:36:11.542 7 | <view class="row">
17:36:11.544 | ^^^^^^^^^^^^^^^^^^^
17:36:11.544 8 | <view class="nomarl">数量 {{(data.volume - data.dealVolume) | fixed(2)}} {{data.coin}}</view>
17:36:11.547 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.547 9 | <view class="nomarl">单价</view>
17:36:11.550 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.551 10 | </view>
17:36:11.554 | ^^^^^^^^
17:36:11.554 11 | <view class="row">
17:36:11.556 | ^^^^^^^^^^^^^^^^^^^
17:36:11.556 12 | <view class="nomarl">限额¥{{data.minTrade}}-¥{{data.maxTrade}}</view>
17:36:11.560 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.560 13 | <view class="price">¥{{data.price}}</view>
17:36:11.562 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.563 14 | </view>
17:36:11.565 | ^^^^^^^^
17:36:11.565 15 | <view class="row opt">
17:36:11.567 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.568 16 | <view class="pay">
17:36:11.570 | ^^^^^^^^^^^^^^^^^^^^
17:36:11.570 17 | <i v-for="(t, index) in JSON.parse(data.payment)" :key="index" :class="fexfont icon-${t}"></i>
17:36:11.573 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.573 18 | </view>
17:36:11.575 | ^^^^^^^^^
17:36:11.575 19 | <view>
17:36:11.577 | ^^^^^^^^
17:36:11.577 20 | <button class="btn buy" v-if="data.side == 'BUY'" @click="buy">购买</button>
17:36:11.579 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.580 21 | <button class="btn sell" v-if="data.side == 'SELL'" @click="buy">出售</button>
17:36:11.582 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.582 22 | </view>
17:36:11.585 | ^^^^^^^^^
17:36:11.585 23 | </view>
17:36:11.587 | ^^^^^^^^
17:36:11.588 24 | <u-keyboard ref="uKeyboard" @confirm="priceCancel" @cancel="priceCancel" @backspace="backspace" @change="priceChange" mode="number" :mask="true" v-model="showKeyboard">
17:36:11.590 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.591 25 | <view class="box">
17:36:11.593 | ^^^^^^^^^^^^^^^^^^^^
17:36:11.593 26 | <view class="coin">
17:36:11.596 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:11.597 27 | <view>
17:36:11.599 | ^^^^^^^^^^
17:36:11.600 28 | <view class="name">{{sideMap[data.side]}}{{data.coin}}</view>
17:36:11.602 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.603 29 | <view>单价:<text class="price">¥{{data.price}}</text></view>
17:36:11.606 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.606 30 | </view>
17:36:11.608 | ^^^^^^^^^^^
17:36:11.609 31 | <view><image class="icon" :src="coinMap[data.coin].icon"></image></view>
17:36:11.611 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.611 32 | </view>
17:36:11.613 | ^^^^^^^^^^
17:36:11.614 33 | <view class="type">
17:36:11.619 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:11.619 34 | <view @click="changeType(0)" :class="form.type == 0 ? 'active' : ''">按金额{{sideMap[data.side]}}</view>
17:36:11.623 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.624 35 | <view @click="changeType(1)" :class="form.type == 1 ? 'active' : ''">按数量{{sideMap[data.side]}}</view>
17:36:11.627 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.627 36 | </view>
17:36:11.630 | ^^^^^^^^^^
17:36:11.631 37 | <view class="input">
17:36:11.634 | ^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.638 38 | <view><input :disabled="true" readonly="true" @blur="blur" @focus="focus" class="uni-input" cursor-spacing="0" :adjust-position="false" v-model="form.volume" type="number" :placeholder="placeholder[form.type]"/></view>
17:36:11.638 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.641 39 | <view><text class="i cny">{{unit[form.type]}}</text> | <text @click="allBuy" class="i all">全部{{sideMap[data.side]}}</text></view>
17:36:11.645 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.645 40 | </view>
17:36:11.648 | ^^^^^^^^^^
17:36:11.649 41 | <view class="limit">限额:¥{{data.minTrade}} - ¥{{data.maxTrade}}</view>
17:36:11.652 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.653 42 | <view class="num">交易数量:{{showVolume}} {{data.coin}}</view>
17:36:11.655 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.656 43 | <view class="amount">
17:36:11.658 | ^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.658 44 | <view class="t-p">实付款</view>
17:36:11.661 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.662 45 | <view class="p">¥{{showAmount}}</view>
17:36:11.664 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.664 46 | </view>
17:36:11.668 | ^^^^^^^^^^
17:36:11.668 47 | <view class="btns">
17:36:11.670 | ^^^^^^^^^^^^^^^^^^^^^^
17:36:11.670 48 | <view @click="cancel" class="btn cancel">取消</view>
17:36:11.673 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.674 49 | <view @click="submit" class="btn submit">下单</view>
17:36:11.676 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17:36:11.677 50 | </view>
17:36:11.680 | ^^^^^^^^^^
17:36:11.680 51 | </view>
17:36:11.683 | ^^^^^^^^^
17:36:11.683 52 | </u-keyboard>
17:36:11.685 | ^^^^^^^^^^^^^^
17:36:11.686 53 | </view>

2021-05-19 17:53 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复