| | |
| | | </view> |
| | | <view class="shop-info"> |
| | | <view class="u-text-center u-font-32 color-666">{{youHuiInfo.shopName}}</view> |
| | | <view class="u-flex u-col-top u-row-center"> |
| | | <view class="u-font-24 lh-1">¥</view> |
| | | <view class="u-font-money lh-1">{{$u.priceFormat(youHuiInfo.payMoney/100, 2)}}</view> |
| | | <view class="u-text-center u-m-t-20"> |
| | | <text class="u-font-30 lh-1">¥</text> |
| | | <text class="u-font-money lh-1">{{$u.priceFormat(youHuiInfo.payMoney/100, 2)}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="u-flex u-m-t-30 u-font-30"> |
| | |
| | | <script> |
| | | import { |
| | | getWxOrderInfo, |
| | | } from '@/common/api/index' |
| | | } from 'common/api/index' |
| | | export default { |
| | | data() { |
| | | return { |