16 lines
419 B
PHP
Executable File
16 lines
419 B
PHP
Executable File
<?php
|
|
|
|
/**
|
|
* 模块语言包-确认订单
|
|
* @author Devil
|
|
* @blog http://gong.gg/
|
|
* @version 0.0.1
|
|
* @datetime 2016-12-01T21:51:08+0800
|
|
*/
|
|
return array(
|
|
'buy_user_address_not_data_tips' => '没有地址',
|
|
'buy_express_not_data_tips' => '没有物流方式',
|
|
'buy_payment_not_data_tips' => '没有支付方式',
|
|
'buy_goods_not_data_tips' => '没有商品',
|
|
);
|
|
?>
|