Commit 674e0222 by LJM

css

parent 50ff4145
Showing with 6 additions and 5 deletions
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
"左滑删除" "左滑删除"
], ],
"dependencies": { "dependencies": {
"lodash": "^4.17.21" "lodash": "^4.17.21",
"query-string": "^6.14.1",
"uni-simple-router": "^1.5.5"
} }
} }
\ No newline at end of file
...@@ -91,9 +91,7 @@ ...@@ -91,9 +91,7 @@
</view> </view>
<view class="h2">币种</view> <view class="h2">币种</view>
<view class="tab row"> <view class="tab row">
<view class="box curr row rowCenter verCenter" v-for="(ite)">全部</view> <view class="box row rowCenter verCenter" v-for="(item, index) in currency_arr" :class="{ curr: currencyIndex == index }" :key="index">{{ item }}</view>
<view class="box row rowCenter verCenter">人民币</view>
<view class="box row rowCenter verCenter">美元</view>
</view> </view>
</view> </view>
<view class="btn row bothSide verCenter"> <view class="btn row bothSide verCenter">
......
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 sign in to comment