|
|
|
|
|
|
|
|
ref, |
|
|
ref, |
|
|
reactive |
|
|
reactive |
|
|
} from "vue"; |
|
|
} from "vue"; |
|
|
import { |
|
|
|
|
|
orderExchangeApply |
|
|
|
|
|
} from "@/utils/network/api.js" |
|
|
|
|
|
import { |
|
|
|
|
|
request |
|
|
|
|
|
} from "@/utils/network/request"; |
|
|
|
|
|
import { |
|
|
|
|
|
stringToJson |
|
|
|
|
|
} from "@/utils/network/encryption"; |
|
|
|
|
|
import { |
|
|
|
|
|
getItem, |
|
|
|
|
|
StorageKeys |
|
|
|
|
|
} from "@/utils/storage"; |
|
|
|
|
|
import { |
|
|
import { |
|
|
onReady |
|
|
onReady |
|
|
} from "@dcloudio/uni-app"; |
|
|
} from "@dcloudio/uni-app"; |
|
|
|
|
|
|
|
|
flex-wrap: nowrap; |
|
|
flex-wrap: nowrap; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
padding: 0 30rpx; |
|
|
padding: 0 30rpx; |
|
|
// border-bottom: #DCDCDC 1px solid; |
|
|
|
|
|
align-items: center; |
|
|
align-items: center; |
|
|
height: 80rpx; |
|
|
height: 80rpx; |
|
|
|
|
|
|