Procházet zdrojové kódy

Merge branch 'master' of http://192.168.40.220/dmc/jz_applet into master

yxb
wq před 1 rokem
rodič
revize
5bd56175c8

+ 929
- 771
static/etc/TDRAPI/TDRObuSDK.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 0
subpackage/orders/apply-ex-goods.vue Zobrazit soubor

@@ -208,6 +208,7 @@
star: true,
divider: true,
hide: true,
disabled: true,
},
{
title: "邮政编码:",

+ 3
- 0
subpackage/orders/components/order-info-item.vue Zobrazit soubor

@@ -29,9 +29,12 @@
if (lable == "物流单号:") {
uni.setClipboardData({
data: value,
showToast: false,
success(res) {
uni.getClipboardData({
success(res) {
uni.hideToast()
msg('复制物流单号成功');
console.log(res.data) // data
}
})

Načítá se…
Zrušit
Uložit