diff --git a/manifest.json b/manifest.json index 4d01552..b127f4a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "CXICoin", - "appid" : "__UNI__B2BBA70", + "appid" : "__UNI__D31CE01", "description" : "", "versionName" : "1.0.0", "versionCode" : 100, diff --git a/pages/exchange/open-position.vue b/pages/exchange/open-position.vue index 901f629..26536d1 100644 --- a/pages/exchange/open-position.vue +++ b/pages/exchange/open-position.vue @@ -46,7 +46,7 @@ {{ $t("contract.d6") }} - + {{ accountInfo.riskRate || "0%" diff --git a/static/img/trusted-section_5.png b/static/img/trusted-section_5.png index afa41ef..047079e 100644 Binary files a/static/img/trusted-section_5.png and b/static/img/trusted-section_5.png differ diff --git a/utils/class/date.js b/utils/class/date.js index 85bf935..da4865a 100644 --- a/utils/class/date.js +++ b/utils/class/date.js @@ -48,7 +48,8 @@ function time2Date(time, isOffset = false) { function parseTime(time, isOffset = false, cformat = null) { // 设置默认格式 - let format = cformat || '{y}-{m}-{d} {h}:{i}:{s}'; + // let format = cformat || '{y}-{m}-{d} {h}:{i}:{s}'; + let format = cformat || '{m}/{d}/{y} {h}:{i}:{s}'; const date = time2Date(time, isOffset);