顺带件排序

This commit is contained in:
2020-08-31 09:47:58 +08:00
parent 59aacbb71b
commit e1630850b1
2 changed files with 23 additions and 1 deletions

View File

@ -1337,6 +1337,7 @@ function WSTLangPayType($v){
*/
function WSTLangDeliverType($v){
switch ($v) {
case 2:return "顺带件";
case 1:return "自提";
case 0:return "送货上门";
}