|
|
@ -1,6 +1,6 @@ |
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
<wxs module="moment" src="../../moment/index.wxs"></wxs> |
|
|
<wxs module="moment" src="../../moment/index.wxs"></wxs> |
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx"> |
|
|
|
|
|
|
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx" bindtap="lookItem"> |
|
|
<view style="flex: 2;"> |
|
|
<view style="flex: 2;"> |
|
|
<view class="text-df text-black">{{item.categoryName}} {{item.shortName}}</view> |
|
|
<view class="text-df text-black">{{item.categoryName}} {{item.shortName}}</view> |
|
|
<view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view> |
|
|
<view class="text-gray text-xs" style="margin-top: 6rpx;">{{item.latestQuoteTime}}</view> |
|
|
|