diff --git a/.gitignore b/.gitignore index be30a57..d94a68a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ unpackage/ +.hbuilderx \ No newline at end of file diff --git a/member/member/message.vue b/member/member/message.vue index b7607d4..a11ee1b 100644 --- a/member/member/message.vue +++ b/member/member/message.vue @@ -1,193 +1,233 @@ - - - - - - - - - - - - - - {{__('未读')}} {{item.message_time_str}} - - - - {{__('去看看')}} - - - - - - - - - - - {{__('正在加载')}} - - - - - - - - {{__('已经没有了')}} - - - - - - - - {{__('没有社区相关消息')}} - - - + + + + + + + + + + + + + + {{ __("未读") }} + {{ + item.message_time_str + }} + + + + {{ __("去看看") }} + + + + + + + + + + + {{ __("正在加载") }} + + + + + + + + {{ + __("已经没有了") + }} + + + + + + + + {{ __("没有社区相关消息") }} + + + \ No newline at end of file diff --git a/pages/product/detail.vue b/pages/product/detail.vue index 6fcd12b..4a05856 100644 --- a/pages/product/detail.vue +++ b/pages/product/detail.vue @@ -1619,689 +1619,767 @@ \ No newline at end of file diff --git a/static/images/login/qq.png b/static/images/login/qq.png deleted file mode 100644 index 9db0116..0000000 Binary files a/static/images/login/qq.png and /dev/null differ diff --git a/static/images/login/weibo.png b/static/images/login/weibo.png deleted file mode 100644 index fc2edfe..0000000 Binary files a/static/images/login/weibo.png and /dev/null differ diff --git a/static/images/pay_type/ccav.png b/static/images/pay_type/ccav.png deleted file mode 100644 index 6ceaf7e..0000000 Binary files a/static/images/pay_type/ccav.png and /dev/null differ diff --git a/static/images/pay_type/credit.png b/static/images/pay_type/credit.png deleted file mode 100644 index d1f1639..0000000 Binary files a/static/images/pay_type/credit.png and /dev/null differ diff --git a/static/images/pay_type/pay_online.png b/static/images/pay_type/pay_online.png deleted file mode 100644 index f8c4e7b..0000000 Binary files a/static/images/pay_type/pay_online.png and /dev/null differ diff --git a/static/images/pay_type/paypal.png b/static/images/pay_type/paypal.png deleted file mode 100644 index ddf5596..0000000 Binary files a/static/images/pay_type/paypal.png and /dev/null differ diff --git a/static/images/pay_type/payu.png b/static/images/pay_type/payu.png deleted file mode 100644 index e05a5f9..0000000 Binary files a/static/images/pay_type/payu.png and /dev/null differ diff --git a/static/images/pay_type/recharge_card.png b/static/images/pay_type/recharge_card.png deleted file mode 100644 index b4f80ad..0000000 Binary files a/static/images/pay_type/recharge_card.png and /dev/null differ diff --git a/static/images/pay_type/redsys.png b/static/images/pay_type/redsys.png deleted file mode 100644 index 74a745d..0000000 Binary files a/static/images/pay_type/redsys.png and /dev/null differ
- {{__('未读')}} {{item.message_time_str}} - -
+ {{ __("未读") }} + {{ + item.message_time_str + }} + +