Merge branch '6-8' of http://124.156.157.155:8060/r/jys-app into 6-8
| | |
| | | <div class="pb-108 no_touch trade"> |
| | | <div class="typebox" style="display: flex;"> |
| | | <div :class="typeindex==index?'typebox_box':'typebox_boxa'" @click="typeclick(index)" |
| | | v-for="(item,index) in typelist" :key="index">{{item}}</div> |
| | | v-for="(item,index) in typelist" :key="index">{{index?$t("合约"):$t("交易")}}</div> |
| | | </div> |
| | | <div v-if="typeindex==0"> |
| | | <trade-head :backFunc="() => $router.push('/')" :symbol="symbol" :newname="newname" :price="price" :range="range" |